Shades of Mystic #CCDCD2
Tints of Mystic #CCDCD2
RGB
CMYK
RGB Variations
Color information
#CCDCD2 (or 0xCCDCD2) is known color: Mystic. HEX triplet: CC, DC and D2. RGB value is (204,220,210). Sum of RGB (Red+Green+Blue) = 204+220+210=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD2 is #33232D. Grayscale: #D6D6D6. Windows color (decimal): -3351342 or 13819084. OLE color: 13819084.
HSL color Cylindrical-coordinate representation of color #CCDCD2: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCD2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 210 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.14 |
| HSL | 142.5º | 0.19% | 0.83% | - |
| HSV(B) | 142.5º | 0.07% | 0.86% | - |
| XYZ | 62.13 | 68.68 | 70.95 | - |
| YUV | 214.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 210 | 0.07 | 0 | 0.05 | 0.14 | 142.5 | 0.19 | 0.83 |
| Hex | CC | DC | D2 | 7 | 0 | 5 | E | 8E | 13 | 53 |
| Octal | 314 | 334 | 322 | 7 | 0 | 5 | 16 | 216 | 23 | 123 |
| Binary | 11001100 | 11011100 | 11010010 | 111 | 0 | 101 | 1110 | 10001110 | 10011 | 1010011 |
Color Harmonies of #CCDCD2
Complementary color
Monochromatic Colors of #CCDCD2
Black with #CCDCD2
Text Example
Text Example
White with #CCDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD2; }
p { color: rgb(204,220,210); }
H1.HeaderClassName
{
color: #CCDCD2;
}
.AnyTagClassName
{
color: #CCDCD2;
}
</style>
background-color css
<style>
a { background-color: #CCDCD2; }
a { background-color: rgb(204,220,210); }
div.DivClassName
{
background-color: #CCDCD2;
}
.BgClassName
{
background-color: #CCDCD2;
}
</style>
border-color css
<style>
span { border-color: #CCDCD2; }
span { border-color: rgb(204,220,210); }
td.TdClassName
{
border-color: #CCDCD2;
}
.TagClassName
{
border-color: #CCDCD2;
}
</style>