Shades of Sea Mist #CDD9CC
Tints of Sea Mist #CDD9CC
RGB
CMYK
RGB Variations
Color information
#CDD9CC (or 0xCDD9CC) is known color: Sea Mist. HEX triplet: CD, D9 and CC. RGB value is (205,217,204). Sum of RGB (Red+Green+Blue) = 205+217+204=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CC is #322633. Grayscale: #D3D3D3. Windows color (decimal): -3286580 or 13425101. OLE color: 13425101.
HSL color Cylindrical-coordinate representation of color #CDD9CC: hue angle of 115.38º degrees, saturation: 0.15, 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 #CDD9CC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 217 | 204 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 115.38º | 0.15% | 0.83% | - |
HSV(B) | 115.38º | 0.06% | 0.85% | - |
XYZ | 60.89 | 66.96 | 66.84 | - |
YUV | 211.93 | 123.52 | 123.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 204 | 0.06 | 0 | 0.06 | 0.15 | 115.38 | 0.15 | 0.83 |
Hex | CD | D9 | CC | 6 | 0 | 6 | F | 73 | F | 53 |
Octal | 315 | 331 | 314 | 6 | 0 | 6 | 17 | 163 | 17 | 123 |
Binary | 11001101 | 11011001 | 11001100 | 110 | 0 | 110 | 1111 | 1110011 | 1111 | 1010011 |
Color Harmonies of #CDD9CC
Complementary color
Monochromatic Colors of #CDD9CC
Black with #CDD9CC
Text Example
Text Example
White with #CDD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9CC; }
p { color: rgb(205,217,204); }
H1.HeaderClassName
{
color: #CDD9CC;
}
.AnyTagClassName
{
color: #CDD9CC;
}
</style>
background-color css
<style>
a { background-color: #CDD9CC; }
a { background-color: rgb(205,217,204); }
div.DivClassName
{
background-color: #CDD9CC;
}
.BgClassName
{
background-color: #CDD9CC;
}
</style>
border-color css
<style>
span { border-color: #CDD9CC; }
span { border-color: rgb(205,217,204); }
td.TdClassName
{
border-color: #CDD9CC;
}
.TagClassName
{
border-color: #CDD9CC;
}
</style>