Shades of Lavender Blue #CECAFE
Tints of Lavender Blue #CECAFE
RGB
CMYK
RGB Variations
Color information
#CECAFE (or 0xCECAFE) is known color: Lavender Blue. HEX triplet: CE, CA and FE. RGB value is (206,202,254). Sum of RGB (Red+Green+Blue) = 206+202+254=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFE is #313501. Grayscale: #D0D0D0. Windows color (decimal): -3224834 or 16698062. OLE color: 16698062.
HSL color Cylindrical-coordinate representation of color #CECAFE: hue angle of 244.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECAFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 202 | 254 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.00 |
| HSL | 244.62º | 0.96% | 0.89% | - |
| HSV(B) | 244.62º | 0.2% | 1% | - |
| XYZ | 64.46 | 62.52 | 102.44 | - |
| YUV | 209.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 254 | 0.19 | 0.20 | 0 | 0.00 | 244.62 | 0.96 | 0.89 |
| Hex | CE | CA | FE | 13 | 14 | 0 | 0 | F5 | 60 | 59 |
| Octal | 316 | 312 | 376 | 23 | 24 | 0 | 0 | 365 | 140 | 131 |
| Binary | 11001110 | 11001010 | 11111110 | 10011 | 10100 | 0 | 0 | 11110101 | 1100000 | 1011001 |
Color Harmonies of #CECAFE
Complementary color
Monochromatic Colors of #CECAFE
Black with #CECAFE
Text Example
Text Example
White with #CECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAFE; }
p { color: rgb(206,202,254); }
H1.HeaderClassName
{
color: #CECAFE;
}
.AnyTagClassName
{
color: #CECAFE;
}
</style>
background-color css
<style>
a { background-color: #CECAFE; }
a { background-color: rgb(206,202,254); }
div.DivClassName
{
background-color: #CECAFE;
}
.BgClassName
{
background-color: #CECAFE;
}
</style>
border-color css
<style>
span { border-color: #CECAFE; }
span { border-color: rgb(206,202,254); }
td.TdClassName
{
border-color: #CECAFE;
}
.TagClassName
{
border-color: #CECAFE;
}
</style>