Shades of Melrose #CCC5DF
Tints of Melrose #CCC5DF
RGB
CMYK
RGB Variations
Color information
#CCC5DF (or 0xCCC5DF) is known color: Melrose. HEX triplet: CC, C5 and DF. RGB value is (204,197,223). Sum of RGB (Red+Green+Blue) = 204+197+223=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5DF is #333A20. Grayscale: #C9C9C9. Windows color (decimal): -3357217 or 14665164. OLE color: 14665164.
HSL color Cylindrical-coordinate representation of color #CCC5DF: hue angle of 256.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC5DF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 197 | 223 | - |
CMYK | 0.09 | 0.12 | 0 | 0.13 |
HSL | 256.15º | 0.29% | 0.82% | - |
HSV(B) | 256.15º | 0.12% | 0.87% | - |
XYZ | 58.19 | 58.1 | 77.96 | - |
YUV | 202.06 | 139.82 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 223 | 0.09 | 0.12 | 0 | 0.13 | 256.15 | 0.29 | 0.82 |
Hex | CC | C5 | DF | 9 | C | 0 | D | 100 | 1D | 52 |
Octal | 314 | 305 | 337 | 11 | 14 | 0 | 15 | 400 | 35 | 122 |
Binary | 11001100 | 11000101 | 11011111 | 1001 | 1100 | 0 | 1101 | 100000000 | 11101 | 1010010 |
Color Harmonies of #CCC5DF
Complementary color
Monochromatic Colors of #CCC5DF
Black with #CCC5DF
Text Example
Text Example
White with #CCC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5DF; }
p { color: rgb(204,197,223); }
H1.HeaderClassName
{
color: #CCC5DF;
}
.AnyTagClassName
{
color: #CCC5DF;
}
</style>
background-color css
<style>
a { background-color: #CCC5DF; }
a { background-color: rgb(204,197,223); }
div.DivClassName
{
background-color: #CCC5DF;
}
.BgClassName
{
background-color: #CCC5DF;
}
</style>
border-color css
<style>
span { border-color: #CCC5DF; }
span { border-color: rgb(204,197,223); }
td.TdClassName
{
border-color: #CCC5DF;
}
.TagClassName
{
border-color: #CCC5DF;
}
</style>