Shades of Lavender Blue #CBCEEF
Tints of Lavender Blue #CBCEEF
RGB
CMYK
RGB Variations
Color information
#CBCEEF (or 0xCBCEEF) is known color: Lavender Blue. HEX triplet: CB, CE and EF. RGB value is (203,206,239). Sum of RGB (Red+Green+Blue) = 203+206+239=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEEF is #343110. Grayscale: #D0D0D0. Windows color (decimal): -3420433 or 15716043. OLE color: 15716043.
HSL color Cylindrical-coordinate representation of color #CBCEEF: hue angle of 235º 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 #CBCEEF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 206 | 239 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.06 |
| HSL | 235º | 0.53% | 0.87% | - |
| HSV(B) | 235º | 0.15% | 0.94% | - |
| XYZ | 62.28 | 63.07 | 90.55 | - |
| YUV | 208.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 239 | 0.15 | 0.14 | 0 | 0.06 | 235 | 0.53 | 0.87 |
| Hex | CB | CE | EF | F | E | 0 | 6 | EB | 35 | 57 |
| Octal | 313 | 316 | 357 | 17 | 16 | 0 | 6 | 353 | 65 | 127 |
| Binary | 11001011 | 11001110 | 11101111 | 1111 | 1110 | 0 | 110 | 11101011 | 110101 | 1010111 |
Color Harmonies of #CBCEEF
Complementary color
Monochromatic Colors of #CBCEEF
Black with #CBCEEF
Text Example
Text Example
White with #CBCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEEF; }
p { color: rgb(203,206,239); }
H1.HeaderClassName
{
color: #CBCEEF;
}
.AnyTagClassName
{
color: #CBCEEF;
}
</style>
background-color css
<style>
a { background-color: #CBCEEF; }
a { background-color: rgb(203,206,239); }
div.DivClassName
{
background-color: #CBCEEF;
}
.BgClassName
{
background-color: #CBCEEF;
}
</style>
border-color css
<style>
span { border-color: #CBCEEF; }
span { border-color: rgb(203,206,239); }
td.TdClassName
{
border-color: #CBCEEF;
}
.TagClassName
{
border-color: #CBCEEF;
}
</style>