Shades of Sea Mist #CDD9CD
Tints of Sea Mist #CDD9CD
RGB
CMYK
RGB Variations
Color information
#CDD9CD (or 0xCDD9CD) is known color: Sea Mist. HEX triplet: CD, D9 and CD. RGB value is (205,217,205). Sum of RGB (Red+Green+Blue) = 205+217+205=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CD is #322632. Grayscale: #D4D4D4. Windows color (decimal): -3286579 or 13490637. OLE color: 13490637.
HSL color Cylindrical-coordinate representation of color #CDD9CD: hue angle of 120º degrees, saturation: 0.14, 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 #CDD9CD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 217 | 205 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 120º | 0.14% | 0.83% | - |
HSV(B) | 120º | 0.06% | 0.85% | - |
XYZ | 61.01 | 67.01 | 67.48 | - |
YUV | 212.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 205 | 0.06 | 0 | 0.06 | 0.15 | 120 | 0.14 | 0.83 |
Hex | CD | D9 | CD | 6 | 0 | 6 | F | 78 | E | 53 |
Octal | 315 | 331 | 315 | 6 | 0 | 6 | 17 | 170 | 16 | 123 |
Binary | 11001101 | 11011001 | 11001101 | 110 | 0 | 110 | 1111 | 1111000 | 1110 | 1010011 |
Color Harmonies of #CDD9CD
Complementary color
Monochromatic Colors of #CDD9CD
Black with #CDD9CD
Text Example
Text Example
White with #CDD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9CD; }
p { color: rgb(205,217,205); }
H1.HeaderClassName
{
color: #CDD9CD;
}
.AnyTagClassName
{
color: #CDD9CD;
}
</style>
background-color css
<style>
a { background-color: #CDD9CD; }
a { background-color: rgb(205,217,205); }
div.DivClassName
{
background-color: #CDD9CD;
}
.BgClassName
{
background-color: #CDD9CD;
}
</style>
border-color css
<style>
span { border-color: #CDD9CD; }
span { border-color: rgb(205,217,205); }
td.TdClassName
{
border-color: #CDD9CD;
}
.TagClassName
{
border-color: #CDD9CD;
}
</style>