Shades of Lavender Blue #CECCF2
Tints of Lavender Blue #CECCF2
RGB
CMYK
RGB Variations
Color information
#CECCF2 (or 0xCECCF2) is known color: Lavender Blue. HEX triplet: CE, CC and F2. RGB value is (206,204,242). Sum of RGB (Red+Green+Blue) = 206+204+242=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF2 is #31330D. Grayscale: #D0D0D0. Windows color (decimal): -3224334 or 15912142. OLE color: 15912142.
HSL color Cylindrical-coordinate representation of color #CECCF2: hue angle of 243.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECCF2 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 204 | 242 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 243.16º | 0.59% | 0.87% | - |
| HSV(B) | 243.16º | 0.16% | 0.95% | - |
| XYZ | 63.07 | 62.72 | 92.79 | - |
| YUV | 208.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 242 | 0.15 | 0.16 | 0 | 0.05 | 243.16 | 0.59 | 0.87 |
| Hex | CE | CC | F2 | F | 10 | 0 | 5 | F3 | 3B | 57 |
| Octal | 316 | 314 | 362 | 17 | 20 | 0 | 5 | 363 | 73 | 127 |
| Binary | 11001110 | 11001100 | 11110010 | 1111 | 10000 | 0 | 101 | 11110011 | 111011 | 1010111 |
Color Harmonies of #CECCF2
Complementary color
Monochromatic Colors of #CECCF2
Black with #CECCF2
Text Example
Text Example
White with #CECCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCF2; }
p { color: rgb(206,204,242); }
H1.HeaderClassName
{
color: #CECCF2;
}
.AnyTagClassName
{
color: #CECCF2;
}
</style>
background-color css
<style>
a { background-color: #CECCF2; }
a { background-color: rgb(206,204,242); }
div.DivClassName
{
background-color: #CECCF2;
}
.BgClassName
{
background-color: #CECCF2;
}
</style>
border-color css
<style>
span { border-color: #CECCF2; }
span { border-color: rgb(206,204,242); }
td.TdClassName
{
border-color: #CECCF2;
}
.TagClassName
{
border-color: #CECCF2;
}
</style>