Shades of Lavender Grey #CCCCDA
Tints of Lavender Grey #CCCCDA
RGB
CMYK
RGB Variations
Color information
#CCCCDA (or 0xCCCCDA) is known color: Lavender Grey. HEX triplet: CC, CC and DA. RGB value is (204,204,218). Sum of RGB (Red+Green+Blue) = 204+204+218=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDA is #333325. Grayscale: #CDCDCD. Windows color (decimal): -3355430 or 14339276. OLE color: 14339276.
HSL color Cylindrical-coordinate representation of color #CCCCDA: hue angle of 240º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCCDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 204 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 240º | 0.16% | 0.83% | - |
HSV(B) | 240º | 0.06% | 0.85% | - |
XYZ | 59.15 | 61.09 | 75 | - |
YUV | 205.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 218 | 0.06 | 0.06 | 0 | 0.15 | 240 | 0.16 | 0.83 |
Hex | CC | CC | DA | 6 | 6 | 0 | F | F0 | 10 | 53 |
Octal | 314 | 314 | 332 | 6 | 6 | 0 | 17 | 360 | 20 | 123 |
Binary | 11001100 | 11001100 | 11011010 | 110 | 110 | 0 | 1111 | 11110000 | 10000 | 1010011 |
Color Harmonies of #CCCCDA
Complementary color
Monochromatic Colors of #CCCCDA
Black with #CCCCDA
Text Example
Text Example
White with #CCCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCDA; }
p { color: rgb(204,204,218); }
H1.HeaderClassName
{
color: #CCCCDA;
}
.AnyTagClassName
{
color: #CCCCDA;
}
</style>
background-color css
<style>
a { background-color: #CCCCDA; }
a { background-color: rgb(204,204,218); }
div.DivClassName
{
background-color: #CCCCDA;
}
.BgClassName
{
background-color: #CCCCDA;
}
</style>
border-color css
<style>
span { border-color: #CCCCDA; }
span { border-color: rgb(204,204,218); }
td.TdClassName
{
border-color: #CCCCDA;
}
.TagClassName
{
border-color: #CCCCDA;
}
</style>