Shades of Mystic #CCD5D0
Tints of Mystic #CCD5D0
RGB
CMYK
RGB Variations
Color information
#CCD5D0 (or 0xCCD5D0) is known color: Mystic. HEX triplet: CC, D5 and D0. RGB value is (204,213,208). Sum of RGB (Red+Green+Blue) = 204+213+208=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D0 is #332A2F. Grayscale: #D1D1D1. Windows color (decimal): -3353136 or 13686220. OLE color: 13686220.
HSL color Cylindrical-coordinate representation of color #CCD5D0: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD5D0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 208 | - |
CMYK | 0.04 | 0 | 0.02 | 0.16 |
HSL | 146.67º | 0.1% | 0.82% | - |
HSV(B) | 146.67º | 0.04% | 0.84% | - |
XYZ | 60.08 | 64.98 | 69.05 | - |
YUV | 209.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 208 | 0.04 | 0 | 0.02 | 0.16 | 146.67 | 0.1 | 0.82 |
Hex | CC | D5 | D0 | 4 | 0 | 2 | 10 | 93 | A | 52 |
Octal | 314 | 325 | 320 | 4 | 0 | 2 | 20 | 223 | 12 | 122 |
Binary | 11001100 | 11010101 | 11010000 | 100 | 0 | 10 | 10000 | 10010011 | 1010 | 1010010 |
Color Harmonies of #CCD5D0
Complementary color
Monochromatic Colors of #CCD5D0
Black with #CCD5D0
Text Example
Text Example
White with #CCD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5D0; }
p { color: rgb(204,213,208); }
H1.HeaderClassName
{
color: #CCD5D0;
}
.AnyTagClassName
{
color: #CCD5D0;
}
</style>
background-color css
<style>
a { background-color: #CCD5D0; }
a { background-color: rgb(204,213,208); }
div.DivClassName
{
background-color: #CCD5D0;
}
.BgClassName
{
background-color: #CCD5D0;
}
</style>
border-color css
<style>
span { border-color: #CCD5D0; }
span { border-color: rgb(204,213,208); }
td.TdClassName
{
border-color: #CCD5D0;
}
.TagClassName
{
border-color: #CCD5D0;
}
</style>