Shades of Melrose #CCC7DF
Tints of Melrose #CCC7DF
RGB
CMYK
RGB Variations
Color information
#CCC7DF (or 0xCCC7DF) is known color: Melrose. HEX triplet: CC, C7 and DF. RGB value is (204,199,223). Sum of RGB (Red+Green+Blue) = 204+199+223=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DF is #333820. Grayscale: #CBCBCB. Windows color (decimal): -3356705 or 14665676. OLE color: 14665676.
HSL color Cylindrical-coordinate representation of color #CCC7DF: hue angle of 252.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC7DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 199 | 223 | - |
CMYK | 0.09 | 0.11 | 0 | 0.13 |
HSL | 252.5º | 0.27% | 0.83% | - |
HSV(B) | 252.5º | 0.11% | 0.87% | - |
XYZ | 58.64 | 59.01 | 78.11 | - |
YUV | 203.23 | 139.16 | 128.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 223 | 0.09 | 0.11 | 0 | 0.13 | 252.5 | 0.27 | 0.83 |
Hex | CC | C7 | DF | 9 | B | 0 | D | FD | 1B | 53 |
Octal | 314 | 307 | 337 | 11 | 13 | 0 | 15 | 375 | 33 | 123 |
Binary | 11001100 | 11000111 | 11011111 | 1001 | 1011 | 0 | 1101 | 11111101 | 11011 | 1010011 |
Color Harmonies of #CCC7DF
Complementary color
Monochromatic Colors of #CCC7DF
Black with #CCC7DF
Text Example
Text Example
White with #CCC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7DF; }
p { color: rgb(204,199,223); }
H1.HeaderClassName
{
color: #CCC7DF;
}
.AnyTagClassName
{
color: #CCC7DF;
}
</style>
background-color css
<style>
a { background-color: #CCC7DF; }
a { background-color: rgb(204,199,223); }
div.DivClassName
{
background-color: #CCC7DF;
}
.BgClassName
{
background-color: #CCC7DF;
}
</style>
border-color css
<style>
span { border-color: #CCC7DF; }
span { border-color: rgb(204,199,223); }
td.TdClassName
{
border-color: #CCC7DF;
}
.TagClassName
{
border-color: #CCC7DF;
}
</style>