Shades of Mystic #CCDBD3
Tints of Mystic #CCDBD3
RGB
CMYK
RGB Variations
Color information
#CCDBD3 (or 0xCCDBD3) is known color: Mystic. HEX triplet: CC, DB and D3. RGB value is (204,219,211). Sum of RGB (Red+Green+Blue) = 204+219+211=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD3 is #33242C. Grayscale: #D5D5D5. Windows color (decimal): -3351597 or 13884364. OLE color: 13884364.
HSL color Cylindrical-coordinate representation of color #CCDBD3: hue angle of 148º 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 #CCDBD3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 211 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.14 |
| HSL | 148º | 0.17% | 0.83% | - |
| HSV(B) | 148º | 0.07% | 0.86% | - |
| XYZ | 61.99 | 68.2 | 71.53 | - |
| YUV | 213.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 211 | 0.07 | 0 | 0.04 | 0.14 | 148 | 0.17 | 0.83 |
| Hex | CC | DB | D3 | 7 | 0 | 4 | E | 94 | 11 | 53 |
| Octal | 314 | 333 | 323 | 7 | 0 | 4 | 16 | 224 | 21 | 123 |
| Binary | 11001100 | 11011011 | 11010011 | 111 | 0 | 100 | 1110 | 10010100 | 10001 | 1010011 |
Color Harmonies of #CCDBD3
Complementary color
Monochromatic Colors of #CCDBD3
Black with #CCDBD3
Text Example
Text Example
White with #CCDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD3; }
p { color: rgb(204,219,211); }
H1.HeaderClassName
{
color: #CCDBD3;
}
.AnyTagClassName
{
color: #CCDBD3;
}
</style>
background-color css
<style>
a { background-color: #CCDBD3; }
a { background-color: rgb(204,219,211); }
div.DivClassName
{
background-color: #CCDBD3;
}
.BgClassName
{
background-color: #CCDBD3;
}
</style>
border-color css
<style>
span { border-color: #CCDBD3; }
span { border-color: rgb(204,219,211); }
td.TdClassName
{
border-color: #CCDBD3;
}
.TagClassName
{
border-color: #CCDBD3;
}
</style>