Shades of Sea Mist #CDDDCD
Tints of Sea Mist #CDDDCD
RGB
CMYK
RGB Variations
Color information
#CDDDCD (or 0xCDDDCD) is known color: Sea Mist. HEX triplet: CD, DD and CD. RGB value is (205,221,205). Sum of RGB (Red+Green+Blue) = 205+221+205=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCD is #322232. Grayscale: #D6D6D6. Windows color (decimal): -3285555 or 13491661. OLE color: 13491661.
HSL color Cylindrical-coordinate representation of color #CDDDCD: hue angle of 120º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDCD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 221 | 205 | - |
CMYK | 0.07 | 0 | 0.07 | 0.13 |
HSL | 120º | 0.19% | 0.84% | - |
HSV(B) | 120º | 0.07% | 0.87% | - |
XYZ | 62.05 | 69.1 | 67.82 | - |
YUV | 214.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 205 | 0.07 | 0 | 0.07 | 0.13 | 120 | 0.19 | 0.84 |
Hex | CD | DD | CD | 7 | 0 | 7 | D | 78 | 13 | 54 |
Octal | 315 | 335 | 315 | 7 | 0 | 7 | 15 | 170 | 23 | 124 |
Binary | 11001101 | 11011101 | 11001101 | 111 | 0 | 111 | 1101 | 1111000 | 10011 | 1010100 |
Color Harmonies of #CDDDCD
Complementary color
Monochromatic Colors of #CDDDCD
Black with #CDDDCD
Text Example
Text Example
White with #CDDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDCD; }
p { color: rgb(205,221,205); }
H1.HeaderClassName
{
color: #CDDDCD;
}
.AnyTagClassName
{
color: #CDDDCD;
}
</style>
background-color css
<style>
a { background-color: #CDDDCD; }
a { background-color: rgb(205,221,205); }
div.DivClassName
{
background-color: #CDDDCD;
}
.BgClassName
{
background-color: #CDDDCD;
}
</style>
border-color css
<style>
span { border-color: #CDDDCD; }
span { border-color: rgb(205,221,205); }
td.TdClassName
{
border-color: #CDDDCD;
}
.TagClassName
{
border-color: #CDDDCD;
}
</style>