Shades of Mystic #CCDBD2
Tints of Mystic #CCDBD2
RGB
CMYK
RGB Variations
Color information
#CCDBD2 (or 0xCCDBD2) is known color: Mystic. HEX triplet: CC, DB and D2. RGB value is (204,219,210). Sum of RGB (Red+Green+Blue) = 204+219+210=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD2 is #33242D. Grayscale: #D5D5D5. Windows color (decimal): -3351598 or 13818828. OLE color: 13818828.
HSL color Cylindrical-coordinate representation of color #CCDBD2: hue angle of 144º degrees, saturation: 0.17, 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 #CCDBD2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 210 | - |
CMYK | 0.07 | 0 | 0.04 | 0.14 |
HSL | 144º | 0.17% | 0.83% | - |
HSV(B) | 144º | 0.07% | 0.86% | - |
XYZ | 61.87 | 68.15 | 70.87 | - |
YUV | 213.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 210 | 0.07 | 0 | 0.04 | 0.14 | 144 | 0.17 | 0.83 |
Hex | CC | DB | D2 | 7 | 0 | 4 | E | 90 | 11 | 53 |
Octal | 314 | 333 | 322 | 7 | 0 | 4 | 16 | 220 | 21 | 123 |
Binary | 11001100 | 11011011 | 11010010 | 111 | 0 | 100 | 1110 | 10010000 | 10001 | 1010011 |
Color Harmonies of #CCDBD2
Complementary color
Monochromatic Colors of #CCDBD2
Black with #CCDBD2
Text Example
Text Example
White with #CCDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD2; }
p { color: rgb(204,219,210); }
H1.HeaderClassName
{
color: #CCDBD2;
}
.AnyTagClassName
{
color: #CCDBD2;
}
</style>
background-color css
<style>
a { background-color: #CCDBD2; }
a { background-color: rgb(204,219,210); }
div.DivClassName
{
background-color: #CCDBD2;
}
.BgClassName
{
background-color: #CCDBD2;
}
</style>
border-color css
<style>
span { border-color: #CCDBD2; }
span { border-color: rgb(204,219,210); }
td.TdClassName
{
border-color: #CCDBD2;
}
.TagClassName
{
border-color: #CCDBD2;
}
</style>