Shades of Lavender Blue #CCCEFE
Tints of Lavender Blue #CCCEFE
RGB
CMYK
RGB Variations
Color information
#CCCEFE (or 0xCCCEFE) is known color: Lavender Blue. HEX triplet: CC, CE and FE. RGB value is (204,206,254). Sum of RGB (Red+Green+Blue) = 204+206+254=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFE is #333101. Grayscale: #D2D2D2. Windows color (decimal): -3354882 or 16699084. OLE color: 16699084.
HSL color Cylindrical-coordinate representation of color #CCCEFE: hue angle of 237.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCEFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 206 | 254 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.00 |
| HSL | 237.6º | 0.96% | 0.9% | - |
| HSV(B) | 237.6º | 0.2% | 1% | - |
| XYZ | 64.86 | 64.14 | 102.73 | - |
| YUV | 210.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 254 | 0.20 | 0.19 | 0 | 0.00 | 237.6 | 0.96 | 0.9 |
| Hex | CC | CE | FE | 14 | 13 | 0 | 0 | EE | 60 | 5A |
| Octal | 314 | 316 | 376 | 24 | 23 | 0 | 0 | 356 | 140 | 132 |
| Binary | 11001100 | 11001110 | 11111110 | 10100 | 10011 | 0 | 0 | 11101110 | 1100000 | 1011010 |
Color Harmonies of #CCCEFE
Complementary color
Monochromatic Colors of #CCCEFE
Black with #CCCEFE
Text Example
Text Example
White with #CCCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEFE; }
p { color: rgb(204,206,254); }
H1.HeaderClassName
{
color: #CCCEFE;
}
.AnyTagClassName
{
color: #CCCEFE;
}
</style>
background-color css
<style>
a { background-color: #CCCEFE; }
a { background-color: rgb(204,206,254); }
div.DivClassName
{
background-color: #CCCEFE;
}
.BgClassName
{
background-color: #CCCEFE;
}
</style>
border-color css
<style>
span { border-color: #CCCEFE; }
span { border-color: rgb(204,206,254); }
td.TdClassName
{
border-color: #CCCEFE;
}
.TagClassName
{
border-color: #CCCEFE;
}
</style>