Shades of Mystic #CCDAD2
Tints of Mystic #CCDAD2
RGB
CMYK
RGB Variations
Color information
#CCDAD2 (or 0xCCDAD2) is known color: Mystic. HEX triplet: CC, DA and D2. RGB value is (204,218,210). Sum of RGB (Red+Green+Blue) = 204+218+210=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD2 is #33252D. Grayscale: #D4D4D4. Windows color (decimal): -3351854 or 13818572. OLE color: 13818572.
HSL color Cylindrical-coordinate representation of color #CCDAD2: hue angle of 145.71º 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 #CCDAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 210 | - |
CMYK | 0.06 | 0 | 0.04 | 0.15 |
HSL | 145.71º | 0.16% | 0.83% | - |
HSV(B) | 145.71º | 0.06% | 0.85% | - |
XYZ | 61.61 | 67.63 | 70.78 | - |
YUV | 212.9 | 126.36 | 121.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 210 | 0.06 | 0 | 0.04 | 0.15 | 145.71 | 0.16 | 0.83 |
Hex | CC | DA | D2 | 6 | 0 | 4 | F | 92 | 10 | 53 |
Octal | 314 | 332 | 322 | 6 | 0 | 4 | 17 | 222 | 20 | 123 |
Binary | 11001100 | 11011010 | 11010010 | 110 | 0 | 100 | 1111 | 10010010 | 10000 | 1010011 |
Color Harmonies of #CCDAD2
Complementary color
Monochromatic Colors of #CCDAD2
Black with #CCDAD2
Text Example
Text Example
White with #CCDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAD2; }
p { color: rgb(204,218,210); }
H1.HeaderClassName
{
color: #CCDAD2;
}
.AnyTagClassName
{
color: #CCDAD2;
}
</style>
background-color css
<style>
a { background-color: #CCDAD2; }
a { background-color: rgb(204,218,210); }
div.DivClassName
{
background-color: #CCDAD2;
}
.BgClassName
{
background-color: #CCDAD2;
}
</style>
border-color css
<style>
span { border-color: #CCDAD2; }
span { border-color: rgb(204,218,210); }
td.TdClassName
{
border-color: #CCDAD2;
}
.TagClassName
{
border-color: #CCDAD2;
}
</style>