Shades of Lavender Blue #CBCEF0
Tints of Lavender Blue #CBCEF0
RGB
CMYK
RGB Variations
Color information
#CBCEF0 (or 0xCBCEF0) is known color: Lavender Blue. HEX triplet: CB, CE and F0. RGB value is (203,206,240). Sum of RGB (Red+Green+Blue) = 203+206+240=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF0 is #34310F. Grayscale: #D0D0D0. Windows color (decimal): -3420432 or 15781579. OLE color: 15781579.
HSL color Cylindrical-coordinate representation of color #CBCEF0: hue angle of 235.14º degrees, saturation: 0.55, 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 #CBCEF0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 206 | 240 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.06 |
| HSL | 235.14º | 0.55% | 0.87% | - |
| HSV(B) | 235.14º | 0.15% | 0.94% | - |
| XYZ | 62.43 | 63.13 | 91.33 | - |
| YUV | 208.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 240 | 0.15 | 0.14 | 0 | 0.06 | 235.14 | 0.55 | 0.87 |
| Hex | CB | CE | F0 | F | E | 0 | 6 | EB | 37 | 57 |
| Octal | 313 | 316 | 360 | 17 | 16 | 0 | 6 | 353 | 67 | 127 |
| Binary | 11001011 | 11001110 | 11110000 | 1111 | 1110 | 0 | 110 | 11101011 | 110111 | 1010111 |
Color Harmonies of #CBCEF0
Complementary color
Monochromatic Colors of #CBCEF0
Black with #CBCEF0
Text Example
Text Example
White with #CBCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEF0; }
p { color: rgb(203,206,240); }
H1.HeaderClassName
{
color: #CBCEF0;
}
.AnyTagClassName
{
color: #CBCEF0;
}
</style>
background-color css
<style>
a { background-color: #CBCEF0; }
a { background-color: rgb(203,206,240); }
div.DivClassName
{
background-color: #CBCEF0;
}
.BgClassName
{
background-color: #CBCEF0;
}
</style>
border-color css
<style>
span { border-color: #CBCEF0; }
span { border-color: rgb(203,206,240); }
td.TdClassName
{
border-color: #CBCEF0;
}
.TagClassName
{
border-color: #CBCEF0;
}
</style>