Shades of Lavender Blue #CCCEF4
Tints of Lavender Blue #CCCEF4
RGB
CMYK
RGB Variations
Color information
#CCCEF4 (or 0xCCCEF4) is known color: Lavender Blue. HEX triplet: CC, CE and F4. RGB value is (204,206,244). Sum of RGB (Red+Green+Blue) = 204+206+244=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF4 is #33310B. Grayscale: #D1D1D1. Windows color (decimal): -3354892 or 16043724. OLE color: 16043724.
HSL color Cylindrical-coordinate representation of color #CCCEF4: hue angle of 237º degrees, saturation: 0.65, 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 #CCCEF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 206 | 244 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 237º | 0.65% | 0.88% | - |
| HSV(B) | 237º | 0.16% | 0.96% | - |
| XYZ | 63.3 | 63.51 | 94.51 | - |
| YUV | 209.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 244 | 0.16 | 0.16 | 0 | 0.04 | 237 | 0.65 | 0.88 |
| Hex | CC | CE | F4 | 10 | 10 | 0 | 4 | ED | 41 | 58 |
| Octal | 314 | 316 | 364 | 20 | 20 | 0 | 4 | 355 | 101 | 130 |
| Binary | 11001100 | 11001110 | 11110100 | 10000 | 10000 | 0 | 100 | 11101101 | 1000001 | 1011000 |
Color Harmonies of #CCCEF4
Complementary color
Monochromatic Colors of #CCCEF4
Black with #CCCEF4
Text Example
Text Example
White with #CCCEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEF4; }
p { color: rgb(204,206,244); }
H1.HeaderClassName
{
color: #CCCEF4;
}
.AnyTagClassName
{
color: #CCCEF4;
}
</style>
background-color css
<style>
a { background-color: #CCCEF4; }
a { background-color: rgb(204,206,244); }
div.DivClassName
{
background-color: #CCCEF4;
}
.BgClassName
{
background-color: #CCCEF4;
}
</style>
border-color css
<style>
span { border-color: #CCCEF4; }
span { border-color: rgb(204,206,244); }
td.TdClassName
{
border-color: #CCCEF4;
}
.TagClassName
{
border-color: #CCCEF4;
}
</style>