Shades of Melrose #CCC1DF
Tints of Melrose #CCC1DF
RGB
CMYK
RGB Variations
Color information
#CCC1DF (or 0xCCC1DF) is known color: Melrose. HEX triplet: CC, C1 and DF. RGB value is (204,193,223). Sum of RGB (Red+Green+Blue) = 204+193+223=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DF is #333E20. Grayscale: #C7C7C7. Windows color (decimal): -3358241 or 14664140. OLE color: 14664140.
HSL color Cylindrical-coordinate representation of color #CCC1DF: hue angle of 262º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC1DF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 193 | 223 | - |
CMYK | 0.09 | 0.13 | 0 | 0.13 |
HSL | 262º | 0.32% | 0.82% | - |
HSV(B) | 262º | 0.13% | 0.87% | - |
XYZ | 57.29 | 56.31 | 77.66 | - |
YUV | 199.71 | 141.14 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 223 | 0.09 | 0.13 | 0 | 0.13 | 262 | 0.32 | 0.82 |
Hex | CC | C1 | DF | 9 | D | 0 | D | 106 | 20 | 52 |
Octal | 314 | 301 | 337 | 11 | 15 | 0 | 15 | 406 | 40 | 122 |
Binary | 11001100 | 11000001 | 11011111 | 1001 | 1101 | 0 | 1101 | 100000110 | 100000 | 1010010 |
Color Harmonies of #CCC1DF
Complementary color
Monochromatic Colors of #CCC1DF
Black with #CCC1DF
Text Example
Text Example
White with #CCC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1DF; }
p { color: rgb(204,193,223); }
H1.HeaderClassName
{
color: #CCC1DF;
}
.AnyTagClassName
{
color: #CCC1DF;
}
</style>
background-color css
<style>
a { background-color: #CCC1DF; }
a { background-color: rgb(204,193,223); }
div.DivClassName
{
background-color: #CCC1DF;
}
.BgClassName
{
background-color: #CCC1DF;
}
</style>
border-color css
<style>
span { border-color: #CCC1DF; }
span { border-color: rgb(204,193,223); }
td.TdClassName
{
border-color: #CCC1DF;
}
.TagClassName
{
border-color: #CCC1DF;
}
</style>