Shades of Sea Mist #CDDCCE
Tints of Sea Mist #CDDCCE
RGB
CMYK
RGB Variations
Color information
#CDDCCE (or 0xCDDCCE) is known color: Sea Mist. HEX triplet: CD, DC and CE. RGB value is (205,220,206). Sum of RGB (Red+Green+Blue) = 205+220+206=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCE is #322331. Grayscale: #D5D5D5. Windows color (decimal): -3285810 or 13556941. OLE color: 13556941.
HSL color Cylindrical-coordinate representation of color #CDDCCE: hue angle of 124º degrees, saturation: 0.18, 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 #CDDCCE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 206 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.14 |
| HSL | 124º | 0.18% | 0.83% | - |
| HSV(B) | 124º | 0.07% | 0.86% | - |
| XYZ | 61.91 | 68.62 | 68.37 | - |
| YUV | 213.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 206 | 0.07 | 0 | 0.06 | 0.14 | 124 | 0.18 | 0.83 |
| Hex | CD | DC | CE | 7 | 0 | 6 | E | 7C | 12 | 53 |
| Octal | 315 | 334 | 316 | 7 | 0 | 6 | 16 | 174 | 22 | 123 |
| Binary | 11001101 | 11011100 | 11001110 | 111 | 0 | 110 | 1110 | 1111100 | 10010 | 1010011 |
Color Harmonies of #CDDCCE
Complementary color
Monochromatic Colors of #CDDCCE
Black with #CDDCCE
Text Example
Text Example
White with #CDDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCCE; }
p { color: rgb(205,220,206); }
H1.HeaderClassName
{
color: #CDDCCE;
}
.AnyTagClassName
{
color: #CDDCCE;
}
</style>
background-color css
<style>
a { background-color: #CDDCCE; }
a { background-color: rgb(205,220,206); }
div.DivClassName
{
background-color: #CDDCCE;
}
.BgClassName
{
background-color: #CDDCCE;
}
</style>
border-color css
<style>
span { border-color: #CDDCCE; }
span { border-color: rgb(205,220,206); }
td.TdClassName
{
border-color: #CDDCCE;
}
.TagClassName
{
border-color: #CDDCCE;
}
</style>