Shades of Lavender Grey #CCCAD7
Tints of Lavender Grey #CCCAD7
RGB
CMYK
RGB Variations
Color information
#CCCAD7 (or 0xCCCAD7) is known color: Lavender Grey. HEX triplet: CC, CA and D7. RGB value is (204,202,215). Sum of RGB (Red+Green+Blue) = 204+202+215=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD7 is #333528. Grayscale: #CCCCCC. Windows color (decimal): -3355945 or 14142156. OLE color: 14142156.
HSL color Cylindrical-coordinate representation of color #CCCAD7: hue angle of 249.23º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCAD7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 202 | 215 | - |
CMYK | 0.05 | 0.06 | 0 | 0.16 |
HSL | 249.23º | 0.14% | 0.82% | - |
HSV(B) | 249.23º | 0.06% | 0.84% | - |
XYZ | 58.29 | 59.98 | 72.8 | - |
YUV | 204.08 | 134.16 | 127.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 215 | 0.05 | 0.06 | 0 | 0.16 | 249.23 | 0.14 | 0.82 |
Hex | CC | CA | D7 | 5 | 6 | 0 | 10 | F9 | E | 52 |
Octal | 314 | 312 | 327 | 5 | 6 | 0 | 20 | 371 | 16 | 122 |
Binary | 11001100 | 11001010 | 11010111 | 101 | 110 | 0 | 10000 | 11111001 | 1110 | 1010010 |
Color Harmonies of #CCCAD7
Complementary color
Monochromatic Colors of #CCCAD7
Black with #CCCAD7
Text Example
Text Example
White with #CCCAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD7; }
p { color: rgb(204,202,215); }
H1.HeaderClassName
{
color: #CCCAD7;
}
.AnyTagClassName
{
color: #CCCAD7;
}
</style>
background-color css
<style>
a { background-color: #CCCAD7; }
a { background-color: rgb(204,202,215); }
div.DivClassName
{
background-color: #CCCAD7;
}
.BgClassName
{
background-color: #CCCAD7;
}
</style>
border-color css
<style>
span { border-color: #CCCAD7; }
span { border-color: rgb(204,202,215); }
td.TdClassName
{
border-color: #CCCAD7;
}
.TagClassName
{
border-color: #CCCAD7;
}
</style>