Shades of Lavender Blue #CECBFF
Tints of Lavender Blue #CECBFF
RGB
CMYK
RGB Variations
Color information
#CECBFF (or 0xCECBFF) is known color: Lavender Blue. HEX triplet: CE, CB and FF. RGB value is (206,203,255). Sum of RGB (Red+Green+Blue) = 206+203+255=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFF is #313400. Grayscale: #D1D1D1. Windows color (decimal): -3224577 or 16763854. OLE color: 16763854.
HSL color Cylindrical-coordinate representation of color #CECBFF: hue angle of 243.46º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECBFF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 203 | 255 | - |
| CMYK | 0.19 | 0.20 | 0 | 0 |
| HSL | 243.46º | 1% | 0.9% | - |
| HSV(B) | 243.46º | 0.2% | 1% | - |
| XYZ | 64.86 | 63.05 | 103.36 | - |
| YUV | 209.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 255 | 0.19 | 0.20 | 0 | 0 | 243.46 | 1 | 0.9 |
| Hex | CE | CB | FF | 13 | 14 | 0 | 0 | F3 | 64 | 5A |
| Octal | 316 | 313 | 377 | 23 | 24 | 0 | 0 | 363 | 144 | 132 |
| Binary | 11001110 | 11001011 | 11111111 | 10011 | 10100 | 0 | 0 | 11110011 | 1100100 | 1011010 |
Color Harmonies of #CECBFF
Complementary color
Monochromatic Colors of #CECBFF
Black with #CECBFF
Text Example
Text Example
White with #CECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBFF; }
p { color: rgb(206,203,255); }
H1.HeaderClassName
{
color: #CECBFF;
}
.AnyTagClassName
{
color: #CECBFF;
}
</style>
background-color css
<style>
a { background-color: #CECBFF; }
a { background-color: rgb(206,203,255); }
div.DivClassName
{
background-color: #CECBFF;
}
.BgClassName
{
background-color: #CECBFF;
}
</style>
border-color css
<style>
span { border-color: #CECBFF; }
span { border-color: rgb(206,203,255); }
td.TdClassName
{
border-color: #CECBFF;
}
.TagClassName
{
border-color: #CECBFF;
}
</style>