Shades of Lavender Blue #CECBEE
Tints of Lavender Blue #CECBEE
RGB
CMYK
RGB Variations
Color information
#CECBEE (or 0xCECBEE) is known color: Lavender Blue. HEX triplet: CE, CB and EE. RGB value is (206,203,238). Sum of RGB (Red+Green+Blue) = 206+203+238=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 203 (79.69% from 255 or 31.38% 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 #CECBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBEE is #313411. Grayscale: #CFCFCF. Windows color (decimal): -3224594 or 15649742. OLE color: 15649742.
HSL color Cylindrical-coordinate representation of color #CECBEE: hue angle of 245.14º 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 #CECBEE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 203 | 238 | - |
CMYK | 0.13 | 0.15 | 0 | 0.07 |
HSL | 245.14º | 0.51% | 0.86% | - |
HSV(B) | 245.14º | 0.15% | 0.93% | - |
XYZ | 62.24 | 62.01 | 89.58 | - |
YUV | 207.89 | 144.99 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 238 | 0.13 | 0.15 | 0 | 0.07 | 245.14 | 0.51 | 0.86 |
Hex | CE | CB | EE | D | F | 0 | 7 | F5 | 33 | 56 |
Octal | 316 | 313 | 356 | 15 | 17 | 0 | 7 | 365 | 63 | 126 |
Binary | 11001110 | 11001011 | 11101110 | 1101 | 1111 | 0 | 111 | 11110101 | 110011 | 1010110 |
Color Harmonies of #CECBEE
Complementary color
Monochromatic Colors of #CECBEE
Black with #CECBEE
Text Example
Text Example
White with #CECBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBEE; }
p { color: rgb(206,203,238); }
H1.HeaderClassName
{
color: #CECBEE;
}
.AnyTagClassName
{
color: #CECBEE;
}
</style>
background-color css
<style>
a { background-color: #CECBEE; }
a { background-color: rgb(206,203,238); }
div.DivClassName
{
background-color: #CECBEE;
}
.BgClassName
{
background-color: #CECBEE;
}
</style>
border-color css
<style>
span { border-color: #CECBEE; }
span { border-color: rgb(206,203,238); }
td.TdClassName
{
border-color: #CECBEE;
}
.TagClassName
{
border-color: #CECBEE;
}
</style>