Shades of Lavender Blue #CCCEEE
Tints of Lavender Blue #CCCEEE
RGB
CMYK
RGB Variations
Color information
#CCCEEE (or 0xCCCEEE) is known color: Lavender Blue. HEX triplet: CC, CE and EE. RGB value is (204,206,238). Sum of RGB (Red+Green+Blue) = 204+206+238=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEE is #333111. Grayscale: #D0D0D0. Windows color (decimal): -3354898 or 15650508. OLE color: 15650508.
HSL color Cylindrical-coordinate representation of color #CCCEEE: hue angle of 236.47º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCEEE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 206 | 238 | - |
CMYK | 0.14 | 0.13 | 0 | 0.07 |
HSL | 236.47º | 0.5% | 0.87% | - |
HSV(B) | 236.47º | 0.14% | 0.93% | - |
XYZ | 62.41 | 63.15 | 89.79 | - |
YUV | 209.05 | 144.34 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 238 | 0.14 | 0.13 | 0 | 0.07 | 236.47 | 0.5 | 0.87 |
Hex | CC | CE | EE | E | D | 0 | 7 | EC | 32 | 57 |
Octal | 314 | 316 | 356 | 16 | 15 | 0 | 7 | 354 | 62 | 127 |
Binary | 11001100 | 11001110 | 11101110 | 1110 | 1101 | 0 | 111 | 11101100 | 110010 | 1010111 |
Color Harmonies of #CCCEEE
Complementary color
Monochromatic Colors of #CCCEEE
Black with #CCCEEE
Text Example
Text Example
White with #CCCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEEE; }
p { color: rgb(204,206,238); }
H1.HeaderClassName
{
color: #CCCEEE;
}
.AnyTagClassName
{
color: #CCCEEE;
}
</style>
background-color css
<style>
a { background-color: #CCCEEE; }
a { background-color: rgb(204,206,238); }
div.DivClassName
{
background-color: #CCCEEE;
}
.BgClassName
{
background-color: #CCCEEE;
}
</style>
border-color css
<style>
span { border-color: #CCCEEE; }
span { border-color: rgb(204,206,238); }
td.TdClassName
{
border-color: #CCCEEE;
}
.TagClassName
{
border-color: #CCCEEE;
}
</style>