Shades of Mystic #CCDAD1
Tints of Mystic #CCDAD1
RGB
CMYK
RGB Variations
Color information
#CCDAD1 (or 0xCCDAD1) is known color: Mystic. HEX triplet: CC, DA and D1. RGB value is (204,218,209). Sum of RGB (Red+Green+Blue) = 204+218+209=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD1 is #33252E. Grayscale: #D4D4D4. Windows color (decimal): -3351855 or 13753036. OLE color: 13753036.
HSL color Cylindrical-coordinate representation of color #CCDAD1: hue angle of 141.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCDAD1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 209 | - |
CMYK | 0.06 | 0 | 0.04 | 0.15 |
HSL | 141.43º | 0.16% | 0.83% | - |
HSV(B) | 141.43º | 0.06% | 0.85% | - |
XYZ | 61.48 | 67.58 | 70.13 | - |
YUV | 212.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 209 | 0.06 | 0 | 0.04 | 0.15 | 141.43 | 0.16 | 0.83 |
Hex | CC | DA | D1 | 6 | 0 | 4 | F | 8D | 10 | 53 |
Octal | 314 | 332 | 321 | 6 | 0 | 4 | 17 | 215 | 20 | 123 |
Binary | 11001100 | 11011010 | 11010001 | 110 | 0 | 100 | 1111 | 10001101 | 10000 | 1010011 |
Color Harmonies of #CCDAD1
Complementary color
Monochromatic Colors of #CCDAD1
Black with #CCDAD1
Text Example
Text Example
White with #CCDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAD1; }
p { color: rgb(204,218,209); }
H1.HeaderClassName
{
color: #CCDAD1;
}
.AnyTagClassName
{
color: #CCDAD1;
}
</style>
background-color css
<style>
a { background-color: #CCDAD1; }
a { background-color: rgb(204,218,209); }
div.DivClassName
{
background-color: #CCDAD1;
}
.BgClassName
{
background-color: #CCDAD1;
}
</style>
border-color css
<style>
span { border-color: #CCDAD1; }
span { border-color: rgb(204,218,209); }
td.TdClassName
{
border-color: #CCDAD1;
}
.TagClassName
{
border-color: #CCDAD1;
}
</style>