Shades of Lavender Blue #CFBDFF
Tints of Lavender Blue #CFBDFF
RGB
CMYK
RGB Variations
Color information
#CFBDFF (or 0xCFBDFF) is known color: Lavender Blue. HEX triplet: CF, BD and FF. RGB value is (207,189,255). Sum of RGB (Red+Green+Blue) = 207+189+255=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBDFF is #304200. Grayscale: #C9C9C9. Windows color (decimal): -3162625 or 16760271. OLE color: 16760271.
HSL color Cylindrical-coordinate representation of color #CFBDFF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFBDFF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 189 | 255 | - |
CMYK | 0.19 | 0.26 | 0 | 0 |
HSL | 256.36º | 1% | 0.87% | - |
HSV(B) | 256.36º | 0.26% | 1% | - |
XYZ | 61.98 | 56.88 | 102.32 | - |
YUV | 201.91 | 157.96 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 189 | 255 | 0.19 | 0.26 | 0 | 0 | 256.36 | 1 | 0.87 |
Hex | CF | BD | FF | 13 | 1A | 0 | 0 | 100 | 64 | 57 |
Octal | 317 | 275 | 377 | 23 | 32 | 0 | 0 | 400 | 144 | 127 |
Binary | 11001111 | 10111101 | 11111111 | 10011 | 11010 | 0 | 0 | 100000000 | 1100100 | 1010111 |
Color Harmonies of #CFBDFF
Complementary color
Monochromatic Colors of #CFBDFF
Black with #CFBDFF
Text Example
Text Example
White with #CFBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDFF; }
p { color: rgb(207,189,255); }
H1.HeaderClassName
{
color: #CFBDFF;
}
.AnyTagClassName
{
color: #CFBDFF;
}
</style>
background-color css
<style>
a { background-color: #CFBDFF; }
a { background-color: rgb(207,189,255); }
div.DivClassName
{
background-color: #CFBDFF;
}
.BgClassName
{
background-color: #CFBDFF;
}
</style>
border-color css
<style>
span { border-color: #CFBDFF; }
span { border-color: rgb(207,189,255); }
td.TdClassName
{
border-color: #CFBDFF;
}
.TagClassName
{
border-color: #CFBDFF;
}
</style>