Shades of Lavender Grey #C8C8DB
Tints of Lavender Grey #C8C8DB
RGB
CMYK
RGB Variations
Color information
#C8C8DB (or 0xC8C8DB) is known color: Lavender Grey. HEX triplet: C8, C8 and DB. RGB value is (200,200,219). Sum of RGB (Red+Green+Blue) = 200+200+219=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8DB is #373724. Grayscale: #CACACA. Windows color (decimal): -3618597 or 14403784. OLE color: 14403784.
HSL color Cylindrical-coordinate representation of color #C8C8DB: hue angle of 240º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C8DB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 200 | 219 | - |
CMYK | 0.09 | 0.09 | 0 | 0.14 |
HSL | 240º | 0.21% | 0.82% | - |
HSV(B) | 240º | 0.09% | 0.86% | - |
XYZ | 57.26 | 58.7 | 75.33 | - |
YUV | 202.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 219 | 0.09 | 0.09 | 0 | 0.14 | 240 | 0.21 | 0.82 |
Hex | C8 | C8 | DB | 9 | 9 | 0 | E | F0 | 15 | 52 |
Octal | 310 | 310 | 333 | 11 | 11 | 0 | 16 | 360 | 25 | 122 |
Binary | 11001000 | 11001000 | 11011011 | 1001 | 1001 | 0 | 1110 | 11110000 | 10101 | 1010010 |
Color Harmonies of #C8C8DB
Complementary color
Monochromatic Colors of #C8C8DB
Black with #C8C8DB
Text Example
Text Example
White with #C8C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8DB; }
p { color: rgb(200,200,219); }
H1.HeaderClassName
{
color: #C8C8DB;
}
.AnyTagClassName
{
color: #C8C8DB;
}
</style>
background-color css
<style>
a { background-color: #C8C8DB; }
a { background-color: rgb(200,200,219); }
div.DivClassName
{
background-color: #C8C8DB;
}
.BgClassName
{
background-color: #C8C8DB;
}
</style>
border-color css
<style>
span { border-color: #C8C8DB; }
span { border-color: rgb(200,200,219); }
td.TdClassName
{
border-color: #C8C8DB;
}
.TagClassName
{
border-color: #C8C8DB;
}
</style>