Shades of Lavender Blue #CBCEEE
Tints of Lavender Blue #CBCEEE
RGB
CMYK
RGB Variations
Color information
#CBCEEE (or 0xCBCEEE) is known color: Lavender Blue. HEX triplet: CB, CE and EE. RGB value is (203,206,238). Sum of RGB (Red+Green+Blue) = 203+206+238=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEEE is #343111. Grayscale: #D0D0D0. Windows color (decimal): -3420434 or 15650507. OLE color: 15650507.
HSL color Cylindrical-coordinate representation of color #CBCEEE: hue angle of 234.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCEEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 206 | 238 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.07 |
| HSL | 234.86º | 0.51% | 0.86% | - |
| HSV(B) | 234.86º | 0.15% | 0.93% | - |
| XYZ | 62.13 | 63.01 | 89.78 | - |
| YUV | 208.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 238 | 0.15 | 0.13 | 0 | 0.07 | 234.86 | 0.51 | 0.86 |
| Hex | CB | CE | EE | F | D | 0 | 7 | EB | 33 | 56 |
| Octal | 313 | 316 | 356 | 17 | 15 | 0 | 7 | 353 | 63 | 126 |
| Binary | 11001011 | 11001110 | 11101110 | 1111 | 1101 | 0 | 111 | 11101011 | 110011 | 1010110 |
Color Harmonies of #CBCEEE
Complementary color
Monochromatic Colors of #CBCEEE
Black with #CBCEEE
Text Example
Text Example
White with #CBCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEEE; }
p { color: rgb(203,206,238); }
H1.HeaderClassName
{
color: #CBCEEE;
}
.AnyTagClassName
{
color: #CBCEEE;
}
</style>
background-color css
<style>
a { background-color: #CBCEEE; }
a { background-color: rgb(203,206,238); }
div.DivClassName
{
background-color: #CBCEEE;
}
.BgClassName
{
background-color: #CBCEEE;
}
</style>
border-color css
<style>
span { border-color: #CBCEEE; }
span { border-color: rgb(203,206,238); }
td.TdClassName
{
border-color: #CBCEEE;
}
.TagClassName
{
border-color: #CBCEEE;
}
</style>