Shades of Melrose #C8C2DA
Tints of Melrose #C8C2DA
RGB
CMYK
RGB Variations
Color information
#C8C2DA (or 0xC8C2DA) is known color: Melrose. HEX triplet: C8, C2 and DA. RGB value is (200,194,218). Sum of RGB (Red+Green+Blue) = 200+194+218=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2DA is #373D25. Grayscale: #C6C6C6. Windows color (decimal): -3620134 or 14336712. OLE color: 14336712.
HSL color Cylindrical-coordinate representation of color #C8C2DA: hue angle of 255º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C2DA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 194 | 218 | - |
CMYK | 0.08 | 0.11 | 0 | 0.15 |
HSL | 255º | 0.24% | 0.81% | - |
HSV(B) | 255º | 0.11% | 0.85% | - |
XYZ | 55.77 | 55.92 | 74.19 | - |
YUV | 198.53 | 138.99 | 129.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 218 | 0.08 | 0.11 | 0 | 0.15 | 255 | 0.24 | 0.81 |
Hex | C8 | C2 | DA | 8 | B | 0 | F | FF | 18 | 51 |
Octal | 310 | 302 | 332 | 10 | 13 | 0 | 17 | 377 | 30 | 121 |
Binary | 11001000 | 11000010 | 11011010 | 1000 | 1011 | 0 | 1111 | 11111111 | 11000 | 1010001 |
Color Harmonies of #C8C2DA
Complementary color
Monochromatic Colors of #C8C2DA
Black with #C8C2DA
Text Example
Text Example
White with #C8C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2DA; }
p { color: rgb(200,194,218); }
H1.HeaderClassName
{
color: #C8C2DA;
}
.AnyTagClassName
{
color: #C8C2DA;
}
</style>
background-color css
<style>
a { background-color: #C8C2DA; }
a { background-color: rgb(200,194,218); }
div.DivClassName
{
background-color: #C8C2DA;
}
.BgClassName
{
background-color: #C8C2DA;
}
</style>
border-color css
<style>
span { border-color: #C8C2DA; }
span { border-color: rgb(200,194,218); }
td.TdClassName
{
border-color: #C8C2DA;
}
.TagClassName
{
border-color: #C8C2DA;
}
</style>