Shades of Mystic #CDD5D1
Tints of Mystic #CDD5D1
RGB
CMYK
RGB Variations
Color information
#CDD5D1 (or 0xCDD5D1) is known color: Mystic. HEX triplet: CD, D5 and D1. RGB value is (205,213,209). Sum of RGB (Red+Green+Blue) = 205+213+209=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D1 is #322A2E. Grayscale: #D2D2D2. Windows color (decimal): -3287599 or 13751757. OLE color: 13751757.
HSL color Cylindrical-coordinate representation of color #CDD5D1: hue angle of 150º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5D1 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 213 | 209 | - |
CMYK | 0.04 | 0 | 0.02 | 0.16 |
HSL | 150º | 0.09% | 0.82% | - |
HSV(B) | 150º | 0.04% | 0.84% | - |
XYZ | 60.48 | 65.17 | 69.71 | - |
YUV | 210.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 209 | 0.04 | 0 | 0.02 | 0.16 | 150 | 0.09 | 0.82 |
Hex | CD | D5 | D1 | 4 | 0 | 2 | 10 | 96 | 9 | 52 |
Octal | 315 | 325 | 321 | 4 | 0 | 2 | 20 | 226 | 11 | 122 |
Binary | 11001101 | 11010101 | 11010001 | 100 | 0 | 10 | 10000 | 10010110 | 1001 | 1010010 |
Color Harmonies of #CDD5D1
Complementary color
Monochromatic Colors of #CDD5D1
Black with #CDD5D1
Text Example
Text Example
White with #CDD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5D1; }
p { color: rgb(205,213,209); }
H1.HeaderClassName
{
color: #CDD5D1;
}
.AnyTagClassName
{
color: #CDD5D1;
}
</style>
background-color css
<style>
a { background-color: #CDD5D1; }
a { background-color: rgb(205,213,209); }
div.DivClassName
{
background-color: #CDD5D1;
}
.BgClassName
{
background-color: #CDD5D1;
}
</style>
border-color css
<style>
span { border-color: #CDD5D1; }
span { border-color: rgb(205,213,209); }
td.TdClassName
{
border-color: #CDD5D1;
}
.TagClassName
{
border-color: #CDD5D1;
}
</style>