Shades of Lavender Grey #C9C8D4
Tints of Lavender Grey #C9C8D4
RGB
CMYK
RGB Variations
Color information
#C9C8D4 (or 0xC9C8D4) is known color: Lavender Grey. HEX triplet: C9, C8 and D4. RGB value is (201,200,212). Sum of RGB (Red+Green+Blue) = 201+200+212=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: blue. Hex color #C9C8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8D4 is #36372B. Grayscale: #C9C9C9. Windows color (decimal): -3553068 or 13945033. OLE color: 13945033.
HSL color Cylindrical-coordinate representation of color #C9C8D4: hue angle of 245º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9C8D4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 201 | 200 | 212 | - |
CMYK | 0.05 | 0.06 | 0 | 0.17 |
HSL | 245º | 0.12% | 0.81% | - |
HSV(B) | 245º | 0.06% | 0.83% | - |
XYZ | 56.63 | 58.48 | 70.59 | - |
YUV | 201.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 212 | 0.05 | 0.06 | 0 | 0.17 | 245 | 0.12 | 0.81 |
Hex | C9 | C8 | D4 | 5 | 6 | 0 | 11 | F5 | C | 51 |
Octal | 311 | 310 | 324 | 5 | 6 | 0 | 21 | 365 | 14 | 121 |
Binary | 11001001 | 11001000 | 11010100 | 101 | 110 | 0 | 10001 | 11110101 | 1100 | 1010001 |
Color Harmonies of #C9C8D4
Complementary color
Monochromatic Colors of #C9C8D4
Black with #C9C8D4
Text Example
Text Example
White with #C9C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8D4; }
p { color: rgb(201,200,212); }
H1.HeaderClassName
{
color: #C9C8D4;
}
.AnyTagClassName
{
color: #C9C8D4;
}
</style>
background-color css
<style>
a { background-color: #C9C8D4; }
a { background-color: rgb(201,200,212); }
div.DivClassName
{
background-color: #C9C8D4;
}
.BgClassName
{
background-color: #C9C8D4;
}
</style>
border-color css
<style>
span { border-color: #C9C8D4; }
span { border-color: rgb(201,200,212); }
td.TdClassName
{
border-color: #C9C8D4;
}
.TagClassName
{
border-color: #C9C8D4;
}
</style>