Shades of Lavender Blue #CECEFB
Tints of Lavender Blue #CECEFB
RGB
CMYK
RGB Variations
Color information
#CECEFB (or 0xCECEFB) is known color: Lavender Blue. HEX triplet: CE, CE and FB. RGB value is (206,206,251). Sum of RGB (Red+Green+Blue) = 206+206+251=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFB is #313104. Grayscale: #D2D2D2. Windows color (decimal): -3223813 or 16502478. OLE color: 16502478.
HSL color Cylindrical-coordinate representation of color #CECEFB: hue angle of 240º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECEFB is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 206 | 251 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.02 |
| HSL | 240º | 0.85% | 0.9% | - |
| HSV(B) | 240º | 0.18% | 0.98% | - |
| XYZ | 64.94 | 64.23 | 100.24 | - |
| YUV | 211.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 251 | 0.18 | 0.18 | 0 | 0.02 | 240 | 0.85 | 0.9 |
| Hex | CE | CE | FB | 12 | 12 | 0 | 2 | F0 | 55 | 5A |
| Octal | 316 | 316 | 373 | 22 | 22 | 0 | 2 | 360 | 125 | 132 |
| Binary | 11001110 | 11001110 | 11111011 | 10010 | 10010 | 0 | 10 | 11110000 | 1010101 | 1011010 |
Color Harmonies of #CECEFB
Complementary color
Monochromatic Colors of #CECEFB
Black with #CECEFB
Text Example
Text Example
White with #CECEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEFB; }
p { color: rgb(206,206,251); }
H1.HeaderClassName
{
color: #CECEFB;
}
.AnyTagClassName
{
color: #CECEFB;
}
</style>
background-color css
<style>
a { background-color: #CECEFB; }
a { background-color: rgb(206,206,251); }
div.DivClassName
{
background-color: #CECEFB;
}
.BgClassName
{
background-color: #CECEFB;
}
</style>
border-color css
<style>
span { border-color: #CECEFB; }
span { border-color: rgb(206,206,251); }
td.TdClassName
{
border-color: #CECEFB;
}
.TagClassName
{
border-color: #CECEFB;
}
</style>