Shades of Lavender Blue #CCCEF2
Tints of Lavender Blue #CCCEF2
RGB
CMYK
RGB Variations
Color information
#CCCEF2 (or 0xCCCEF2) is known color: Lavender Blue. HEX triplet: CC, CE and F2. RGB value is (204,206,242). Sum of RGB (Red+Green+Blue) = 204+206+242=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 206 (80.86% from 255 or 31.60% 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 #CCCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF2 is #33310D. Grayscale: #D1D1D1. Windows color (decimal): -3354894 or 15912652. OLE color: 15912652.
HSL color Cylindrical-coordinate representation of color #CCCEF2: hue angle of 236.84º 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 #CCCEF2 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 206 | 242 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.05 |
| HSL | 236.84º | 0.59% | 0.87% | - |
| HSV(B) | 236.84º | 0.16% | 0.95% | - |
| XYZ | 63 | 63.39 | 92.92 | - |
| YUV | 209.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 242 | 0.16 | 0.15 | 0 | 0.05 | 236.84 | 0.59 | 0.87 |
| Hex | CC | CE | F2 | 10 | F | 0 | 5 | ED | 3B | 57 |
| Octal | 314 | 316 | 362 | 20 | 17 | 0 | 5 | 355 | 73 | 127 |
| Binary | 11001100 | 11001110 | 11110010 | 10000 | 1111 | 0 | 101 | 11101101 | 111011 | 1010111 |
Color Harmonies of #CCCEF2
Complementary color
Monochromatic Colors of #CCCEF2
Black with #CCCEF2
Text Example
Text Example
White with #CCCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEF2; }
p { color: rgb(204,206,242); }
H1.HeaderClassName
{
color: #CCCEF2;
}
.AnyTagClassName
{
color: #CCCEF2;
}
</style>
background-color css
<style>
a { background-color: #CCCEF2; }
a { background-color: rgb(204,206,242); }
div.DivClassName
{
background-color: #CCCEF2;
}
.BgClassName
{
background-color: #CCCEF2;
}
</style>
border-color css
<style>
span { border-color: #CCCEF2; }
span { border-color: rgb(204,206,242); }
td.TdClassName
{
border-color: #CCCEF2;
}
.TagClassName
{
border-color: #CCCEF2;
}
</style>