Shades of Lavender Grey #C8C9DD
Tints of Lavender Grey #C8C9DD
RGB
CMYK
RGB Variations
Color information
#C8C9DD (or 0xC8C9DD) is known color: Lavender Grey. HEX triplet: C8, C9 and DD. RGB value is (200,201,221). Sum of RGB (Red+Green+Blue) = 200+201+221=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9DD is #373622. Grayscale: #CACACA. Windows color (decimal): -3618339 or 14535112. OLE color: 14535112.
HSL color Cylindrical-coordinate representation of color #C8C9DD: hue angle of 237.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C9DD is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 201 | 221 | - |
CMYK | 0.10 | 0.09 | 0 | 0.13 |
HSL | 237.14º | 0.24% | 0.83% | - |
HSV(B) | 237.14º | 0.1% | 0.87% | - |
XYZ | 57.76 | 59.27 | 76.8 | - |
YUV | 202.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 221 | 0.10 | 0.09 | 0 | 0.13 | 237.14 | 0.24 | 0.83 |
Hex | C8 | C9 | DD | A | 9 | 0 | D | ED | 18 | 53 |
Octal | 310 | 311 | 335 | 12 | 11 | 0 | 15 | 355 | 30 | 123 |
Binary | 11001000 | 11001001 | 11011101 | 1010 | 1001 | 0 | 1101 | 11101101 | 11000 | 1010011 |
Color Harmonies of #C8C9DD
Complementary color
Monochromatic Colors of #C8C9DD
Black with #C8C9DD
Text Example
Text Example
White with #C8C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9DD; }
p { color: rgb(200,201,221); }
H1.HeaderClassName
{
color: #C8C9DD;
}
.AnyTagClassName
{
color: #C8C9DD;
}
</style>
background-color css
<style>
a { background-color: #C8C9DD; }
a { background-color: rgb(200,201,221); }
div.DivClassName
{
background-color: #C8C9DD;
}
.BgClassName
{
background-color: #C8C9DD;
}
</style>
border-color css
<style>
span { border-color: #C8C9DD; }
span { border-color: rgb(200,201,221); }
td.TdClassName
{
border-color: #C8C9DD;
}
.TagClassName
{
border-color: #C8C9DD;
}
</style>