Shades of Lavender Blue #CECEF5
Tints of Lavender Blue #CECEF5
RGB
CMYK
RGB Variations
Color information
#CECEF5 (or 0xCECEF5) is known color: Lavender Blue. HEX triplet: CE, CE and F5. RGB value is (206,206,245). Sum of RGB (Red+Green+Blue) = 206+206+245=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF5 is #31310A. Grayscale: #D2D2D2. Windows color (decimal): -3223819 or 16109262. OLE color: 16109262.
HSL color Cylindrical-coordinate representation of color #CECEF5: hue angle of 240º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECEF5 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 206 | 245 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 240º | 0.66% | 0.88% | - |
| HSV(B) | 240º | 0.16% | 0.96% | - |
| XYZ | 64.01 | 63.86 | 95.34 | - |
| YUV | 210.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 245 | 0.16 | 0.16 | 0 | 0.04 | 240 | 0.66 | 0.88 |
| Hex | CE | CE | F5 | 10 | 10 | 0 | 4 | F0 | 42 | 58 |
| Octal | 316 | 316 | 365 | 20 | 20 | 0 | 4 | 360 | 102 | 130 |
| Binary | 11001110 | 11001110 | 11110101 | 10000 | 10000 | 0 | 100 | 11110000 | 1000010 | 1011000 |
Color Harmonies of #CECEF5
Complementary color
Monochromatic Colors of #CECEF5
Black with #CECEF5
Text Example
Text Example
White with #CECEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF5; }
p { color: rgb(206,206,245); }
H1.HeaderClassName
{
color: #CECEF5;
}
.AnyTagClassName
{
color: #CECEF5;
}
</style>
background-color css
<style>
a { background-color: #CECEF5; }
a { background-color: rgb(206,206,245); }
div.DivClassName
{
background-color: #CECEF5;
}
.BgClassName
{
background-color: #CECEF5;
}
</style>
border-color css
<style>
span { border-color: #CECEF5; }
span { border-color: rgb(206,206,245); }
td.TdClassName
{
border-color: #CECEF5;
}
.TagClassName
{
border-color: #CECEF5;
}
</style>