Shades of Melrose #C8C3D0
Tints of Melrose #C8C3D0
RGB
CMYK
RGB Variations
Color information
#C8C3D0 (or 0xC8C3D0) is known color: Melrose. HEX triplet: C8, C3 and D0. RGB value is (200,195,208). Sum of RGB (Red+Green+Blue) = 200+195+208=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8C3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3D0 is #373C2F. Grayscale: #C5C5C5. Windows color (decimal): -3619888 or 13681608. OLE color: 13681608.
HSL color Cylindrical-coordinate representation of color #C8C3D0: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C3D0 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 195 | 208 | - |
CMYK | 0.04 | 0.06 | 0 | 0.18 |
HSL | 263.08º | 0.12% | 0.79% | - |
HSV(B) | 263.08º | 0.06% | 0.82% | - |
XYZ | 54.72 | 55.86 | 67.57 | - |
YUV | 197.98 | 133.66 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 208 | 0.04 | 0.06 | 0 | 0.18 | 263.08 | 0.12 | 0.79 |
Hex | C8 | C3 | D0 | 4 | 6 | 0 | 12 | 107 | C | 4F |
Octal | 310 | 303 | 320 | 4 | 6 | 0 | 22 | 407 | 14 | 117 |
Binary | 11001000 | 11000011 | 11010000 | 100 | 110 | 0 | 10010 | 100000111 | 1100 | 1001111 |
Color Harmonies of #C8C3D0
Complementary color
Monochromatic Colors of #C8C3D0
Black with #C8C3D0
Text Example
Text Example
White with #C8C3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3D0; }
p { color: rgb(200,195,208); }
H1.HeaderClassName
{
color: #C8C3D0;
}
.AnyTagClassName
{
color: #C8C3D0;
}
</style>
background-color css
<style>
a { background-color: #C8C3D0; }
a { background-color: rgb(200,195,208); }
div.DivClassName
{
background-color: #C8C3D0;
}
.BgClassName
{
background-color: #C8C3D0;
}
</style>
border-color css
<style>
span { border-color: #C8C3D0; }
span { border-color: rgb(200,195,208); }
td.TdClassName
{
border-color: #C8C3D0;
}
.TagClassName
{
border-color: #C8C3D0;
}
</style>