Shades of Lavender Grey #CCCAD9
Tints of Lavender Grey #CCCAD9
RGB
CMYK
RGB Variations
Color information
#CCCAD9 (or 0xCCCAD9) is known color: Lavender Grey. HEX triplet: CC, CA and D9. RGB value is (204,202,217). Sum of RGB (Red+Green+Blue) = 204+202+217=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD9 is #333526. Grayscale: #CCCCCC. Windows color (decimal): -3355943 or 14273228. OLE color: 14273228.
HSL color Cylindrical-coordinate representation of color #CCCAD9: hue angle of 248º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCAD9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 202 | 217 | - |
CMYK | 0.06 | 0.07 | 0 | 0.15 |
HSL | 248º | 0.16% | 0.82% | - |
HSV(B) | 248º | 0.07% | 0.85% | - |
XYZ | 58.55 | 60.09 | 74.16 | - |
YUV | 204.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 217 | 0.06 | 0.07 | 0 | 0.15 | 248 | 0.16 | 0.82 |
Hex | CC | CA | D9 | 6 | 7 | 0 | F | F8 | 10 | 52 |
Octal | 314 | 312 | 331 | 6 | 7 | 0 | 17 | 370 | 20 | 122 |
Binary | 11001100 | 11001010 | 11011001 | 110 | 111 | 0 | 1111 | 11111000 | 10000 | 1010010 |
Color Harmonies of #CCCAD9
Complementary color
Monochromatic Colors of #CCCAD9
Black with #CCCAD9
Text Example
Text Example
White with #CCCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD9; }
p { color: rgb(204,202,217); }
H1.HeaderClassName
{
color: #CCCAD9;
}
.AnyTagClassName
{
color: #CCCAD9;
}
</style>
background-color css
<style>
a { background-color: #CCCAD9; }
a { background-color: rgb(204,202,217); }
div.DivClassName
{
background-color: #CCCAD9;
}
.BgClassName
{
background-color: #CCCAD9;
}
</style>
border-color css
<style>
span { border-color: #CCCAD9; }
span { border-color: rgb(204,202,217); }
td.TdClassName
{
border-color: #CCCAD9;
}
.TagClassName
{
border-color: #CCCAD9;
}
</style>