Shades of Mystic #CCDBD1
Tints of Mystic #CCDBD1
RGB
CMYK
RGB Variations
Color information
#CCDBD1 (or 0xCCDBD1) is known color: Mystic. HEX triplet: CC, DB and D1. RGB value is (204,219,209). Sum of RGB (Red+Green+Blue) = 204+219+209=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD1 is #33242E. Grayscale: #D5D5D5. Windows color (decimal): -3351599 or 13753292. OLE color: 13753292.
HSL color Cylindrical-coordinate representation of color #CCDBD1: hue angle of 140º 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 #CCDBD1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 209 | - |
CMYK | 0.07 | 0 | 0.05 | 0.14 |
HSL | 140º | 0.17% | 0.83% | - |
HSV(B) | 140º | 0.07% | 0.86% | - |
XYZ | 61.74 | 68.1 | 70.21 | - |
YUV | 213.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 209 | 0.07 | 0 | 0.05 | 0.14 | 140 | 0.17 | 0.83 |
Hex | CC | DB | D1 | 7 | 0 | 5 | E | 8C | 11 | 53 |
Octal | 314 | 333 | 321 | 7 | 0 | 5 | 16 | 214 | 21 | 123 |
Binary | 11001100 | 11011011 | 11010001 | 111 | 0 | 101 | 1110 | 10001100 | 10001 | 1010011 |
Color Harmonies of #CCDBD1
Complementary color
Monochromatic Colors of #CCDBD1
Black with #CCDBD1
Text Example
Text Example
White with #CCDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD1; }
p { color: rgb(204,219,209); }
H1.HeaderClassName
{
color: #CCDBD1;
}
.AnyTagClassName
{
color: #CCDBD1;
}
</style>
background-color css
<style>
a { background-color: #CCDBD1; }
a { background-color: rgb(204,219,209); }
div.DivClassName
{
background-color: #CCDBD1;
}
.BgClassName
{
background-color: #CCDBD1;
}
</style>
border-color css
<style>
span { border-color: #CCDBD1; }
span { border-color: rgb(204,219,209); }
td.TdClassName
{
border-color: #CCDBD1;
}
.TagClassName
{
border-color: #CCDBD1;
}
</style>