Shades of Lavender Blue #CECCF1
Tints of Lavender Blue #CECCF1
RGB
CMYK
RGB Variations
Color information
#CECCF1 (or 0xCECCF1) is known color: Lavender Blue. HEX triplet: CE, CC and F1. RGB value is (206,204,241). Sum of RGB (Red+Green+Blue) = 206+204+241=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF1 is #31330E. Grayscale: #D0D0D0. Windows color (decimal): -3224335 or 15846606. OLE color: 15846606.
HSL color Cylindrical-coordinate representation of color #CECCF1: hue angle of 243.24º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECCF1 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 204 | 241 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.05 |
| HSL | 243.24º | 0.57% | 0.87% | - |
| HSV(B) | 243.24º | 0.15% | 0.95% | - |
| XYZ | 62.92 | 62.66 | 92 | - |
| YUV | 208.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 241 | 0.15 | 0.15 | 0 | 0.05 | 243.24 | 0.57 | 0.87 |
| Hex | CE | CC | F1 | F | F | 0 | 5 | F3 | 39 | 57 |
| Octal | 316 | 314 | 361 | 17 | 17 | 0 | 5 | 363 | 71 | 127 |
| Binary | 11001110 | 11001100 | 11110001 | 1111 | 1111 | 0 | 101 | 11110011 | 111001 | 1010111 |
Color Harmonies of #CECCF1
Complementary color
Monochromatic Colors of #CECCF1
Black with #CECCF1
Text Example
Text Example
White with #CECCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCF1; }
p { color: rgb(206,204,241); }
H1.HeaderClassName
{
color: #CECCF1;
}
.AnyTagClassName
{
color: #CECCF1;
}
</style>
background-color css
<style>
a { background-color: #CECCF1; }
a { background-color: rgb(206,204,241); }
div.DivClassName
{
background-color: #CECCF1;
}
.BgClassName
{
background-color: #CECCF1;
}
</style>
border-color css
<style>
span { border-color: #CECCF1; }
span { border-color: rgb(206,204,241); }
td.TdClassName
{
border-color: #CECCF1;
}
.TagClassName
{
border-color: #CECCF1;
}
</style>