Shades of Lavender Grey #CCCADF
Tints of Lavender Grey #CCCADF
RGB
CMYK
RGB Variations
Color information
#CCCADF (or 0xCCCADF) is known color: Lavender Grey. HEX triplet: CC, CA and DF. RGB value is (204,202,223). Sum of RGB (Red+Green+Blue) = 204+202+223=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADF is #333520. Grayscale: #CCCCCC. Windows color (decimal): -3355937 or 14666444. OLE color: 14666444.
HSL color Cylindrical-coordinate representation of color #CCCADF: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCADF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 202 | 223 | - |
CMYK | 0.09 | 0.09 | 0 | 0.13 |
HSL | 245.71º | 0.25% | 0.83% | - |
HSV(B) | 245.71º | 0.09% | 0.87% | - |
XYZ | 59.34 | 60.41 | 78.34 | - |
YUV | 204.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 223 | 0.09 | 0.09 | 0 | 0.13 | 245.71 | 0.25 | 0.83 |
Hex | CC | CA | DF | 9 | 9 | 0 | D | F6 | 19 | 53 |
Octal | 314 | 312 | 337 | 11 | 11 | 0 | 15 | 366 | 31 | 123 |
Binary | 11001100 | 11001010 | 11011111 | 1001 | 1001 | 0 | 1101 | 11110110 | 11001 | 1010011 |
Color Harmonies of #CCCADF
Complementary color
Monochromatic Colors of #CCCADF
Black with #CCCADF
Text Example
Text Example
White with #CCCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCADF; }
p { color: rgb(204,202,223); }
H1.HeaderClassName
{
color: #CCCADF;
}
.AnyTagClassName
{
color: #CCCADF;
}
</style>
background-color css
<style>
a { background-color: #CCCADF; }
a { background-color: rgb(204,202,223); }
div.DivClassName
{
background-color: #CCCADF;
}
.BgClassName
{
background-color: #CCCADF;
}
</style>
border-color css
<style>
span { border-color: #CCCADF; }
span { border-color: rgb(204,202,223); }
td.TdClassName
{
border-color: #CCCADF;
}
.TagClassName
{
border-color: #CCCADF;
}
</style>