Shades of Lavender Blue #CFCBEF
Tints of Lavender Blue #CFCBEF
RGB
CMYK
RGB Variations
Color information
#CFCBEF (or 0xCFCBEF) is known color: Lavender Blue. HEX triplet: CF, CB and EF. RGB value is (207,203,239). Sum of RGB (Red+Green+Blue) = 207+203+239=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBEF is #303410. Grayscale: #D0D0D0. Windows color (decimal): -3159057 or 15715279. OLE color: 15715279.
HSL color Cylindrical-coordinate representation of color #CFCBEF: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCBEF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 203 | 239 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.06 |
| HSL | 246.67º | 0.53% | 0.87% | - |
| HSV(B) | 246.67º | 0.15% | 0.94% | - |
| XYZ | 62.67 | 62.21 | 90.37 | - |
| YUV | 208.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 239 | 0.13 | 0.15 | 0 | 0.06 | 246.67 | 0.53 | 0.87 |
| Hex | CF | CB | EF | D | F | 0 | 6 | F7 | 35 | 57 |
| Octal | 317 | 313 | 357 | 15 | 17 | 0 | 6 | 367 | 65 | 127 |
| Binary | 11001111 | 11001011 | 11101111 | 1101 | 1111 | 0 | 110 | 11110111 | 110101 | 1010111 |
Color Harmonies of #CFCBEF
Complementary color
Monochromatic Colors of #CFCBEF
Black with #CFCBEF
Text Example
Text Example
White with #CFCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBEF; }
p { color: rgb(207,203,239); }
H1.HeaderClassName
{
color: #CFCBEF;
}
.AnyTagClassName
{
color: #CFCBEF;
}
</style>
background-color css
<style>
a { background-color: #CFCBEF; }
a { background-color: rgb(207,203,239); }
div.DivClassName
{
background-color: #CFCBEF;
}
.BgClassName
{
background-color: #CFCBEF;
}
</style>
border-color css
<style>
span { border-color: #CFCBEF; }
span { border-color: rgb(207,203,239); }
td.TdClassName
{
border-color: #CFCBEF;
}
.TagClassName
{
border-color: #CFCBEF;
}
</style>