Shades of Melrose #CCC3DF
Tints of Melrose #CCC3DF
RGB
CMYK
RGB Variations
Color information
#CCC3DF (or 0xCCC3DF) is known color: Melrose. HEX triplet: CC, C3 and DF. RGB value is (204,195,223). Sum of RGB (Red+Green+Blue) = 204+195+223=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DF is #333C20. Grayscale: #C8C8C8. Windows color (decimal): -3357729 or 14664652. OLE color: 14664652.
HSL color Cylindrical-coordinate representation of color #CCC3DF: hue angle of 259.29º degrees, saturation: 0.3, 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 #CCC3DF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 195 | 223 | - |
CMYK | 0.09 | 0.13 | 0 | 0.13 |
HSL | 259.29º | 0.3% | 0.82% | - |
HSV(B) | 259.29º | 0.13% | 0.87% | - |
XYZ | 57.74 | 57.2 | 77.81 | - |
YUV | 200.88 | 140.48 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 195 | 223 | 0.09 | 0.13 | 0 | 0.13 | 259.29 | 0.3 | 0.82 |
Hex | CC | C3 | DF | 9 | D | 0 | D | 103 | 1E | 52 |
Octal | 314 | 303 | 337 | 11 | 15 | 0 | 15 | 403 | 36 | 122 |
Binary | 11001100 | 11000011 | 11011111 | 1001 | 1101 | 0 | 1101 | 100000011 | 11110 | 1010010 |
Color Harmonies of #CCC3DF
Complementary color
Monochromatic Colors of #CCC3DF
Black with #CCC3DF
Text Example
Text Example
White with #CCC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3DF; }
p { color: rgb(204,195,223); }
H1.HeaderClassName
{
color: #CCC3DF;
}
.AnyTagClassName
{
color: #CCC3DF;
}
</style>
background-color css
<style>
a { background-color: #CCC3DF; }
a { background-color: rgb(204,195,223); }
div.DivClassName
{
background-color: #CCC3DF;
}
.BgClassName
{
background-color: #CCC3DF;
}
</style>
border-color css
<style>
span { border-color: #CCC3DF; }
span { border-color: rgb(204,195,223); }
td.TdClassName
{
border-color: #CCC3DF;
}
.TagClassName
{
border-color: #CCC3DF;
}
</style>