Shades of Lavender Blue #CECAFF
Tints of Lavender Blue #CECAFF
RGB
CMYK
RGB Variations
Color information
#CECAFF (or 0xCECAFF) is known color: Lavender Blue. HEX triplet: CE, CA and FF. RGB value is (206,202,255). Sum of RGB (Red+Green+Blue) = 206+202+255=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFF is #313500. Grayscale: #D1D1D1. Windows color (decimal): -3224833 or 16763598. OLE color: 16763598.
HSL color Cylindrical-coordinate representation of color #CECAFF: hue angle of 244.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CECAFF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 202 | 255 | - |
| CMYK | 0.19 | 0.21 | 0 | 0 |
| HSL | 244.53º | 1% | 0.9% | - |
| HSV(B) | 244.53º | 0.21% | 1% | - |
| XYZ | 64.62 | 62.58 | 103.28 | - |
| YUV | 209.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 255 | 0.19 | 0.21 | 0 | 0 | 244.53 | 1 | 0.9 |
| Hex | CE | CA | FF | 13 | 15 | 0 | 0 | F5 | 64 | 5A |
| Octal | 316 | 312 | 377 | 23 | 25 | 0 | 0 | 365 | 144 | 132 |
| Binary | 11001110 | 11001010 | 11111111 | 10011 | 10101 | 0 | 0 | 11110101 | 1100100 | 1011010 |
Color Harmonies of #CECAFF
Complementary color
Monochromatic Colors of #CECAFF
Black with #CECAFF
Text Example
Text Example
White with #CECAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAFF; }
p { color: rgb(206,202,255); }
H1.HeaderClassName
{
color: #CECAFF;
}
.AnyTagClassName
{
color: #CECAFF;
}
</style>
background-color css
<style>
a { background-color: #CECAFF; }
a { background-color: rgb(206,202,255); }
div.DivClassName
{
background-color: #CECAFF;
}
.BgClassName
{
background-color: #CECAFF;
}
</style>
border-color css
<style>
span { border-color: #CECAFF; }
span { border-color: rgb(206,202,255); }
td.TdClassName
{
border-color: #CECAFF;
}
.TagClassName
{
border-color: #CECAFF;
}
</style>