Shades of Lavender Blue #CBCFEF
Tints of Lavender Blue #CBCFEF
RGB
CMYK
RGB Variations
Color information
#CBCFEF (or 0xCBCFEF) is known color: Lavender Blue. HEX triplet: CB, CF and EF. RGB value is (203,207,239). Sum of RGB (Red+Green+Blue) = 203+207+239=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 207 (81.25% from 255 or 31.90% 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 #CBCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEF is #343010. Grayscale: #D1D1D1. Windows color (decimal): -3420177 or 15716299. OLE color: 15716299.
HSL color Cylindrical-coordinate representation of color #CBCFEF: hue angle of 233.33º 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 #CBCFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 207 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 233.33º | 0.53% | 0.87% | - |
| HSV(B) | 233.33º | 0.15% | 0.94% | - |
| XYZ | 62.52 | 63.55 | 90.63 | - |
| YUV | 209.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 239 | 0.15 | 0.13 | 0 | 0.06 | 233.33 | 0.53 | 0.87 |
| Hex | CB | CF | EF | F | D | 0 | 6 | E9 | 35 | 57 |
| Octal | 313 | 317 | 357 | 17 | 15 | 0 | 6 | 351 | 65 | 127 |
| Binary | 11001011 | 11001111 | 11101111 | 1111 | 1101 | 0 | 110 | 11101001 | 110101 | 1010111 |
Color Harmonies of #CBCFEF
Complementary color
Monochromatic Colors of #CBCFEF
Black with #CBCFEF
Text Example
Text Example
White with #CBCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFEF; }
p { color: rgb(203,207,239); }
H1.HeaderClassName
{
color: #CBCFEF;
}
.AnyTagClassName
{
color: #CBCFEF;
}
</style>
background-color css
<style>
a { background-color: #CBCFEF; }
a { background-color: rgb(203,207,239); }
div.DivClassName
{
background-color: #CBCFEF;
}
.BgClassName
{
background-color: #CBCFEF;
}
</style>
border-color css
<style>
span { border-color: #CBCFEF; }
span { border-color: rgb(203,207,239); }
td.TdClassName
{
border-color: #CBCFEF;
}
.TagClassName
{
border-color: #CBCFEF;
}
</style>