Shades of Sea Mist #CDDCCC
Tints of Sea Mist #CDDCCC
RGB
CMYK
RGB Variations
Color information
#CDDCCC (or 0xCDDCCC) is known color: Sea Mist. HEX triplet: CD, DC and CC. RGB value is (205,220,204). Sum of RGB (Red+Green+Blue) = 205+220+204=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCC is #322333. Grayscale: #D5D5D5. Windows color (decimal): -3285812 or 13425869. OLE color: 13425869.
HSL color Cylindrical-coordinate representation of color #CDDCCC: hue angle of 116.25º degrees, saturation: 0.19, 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 #CDDCCC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 204 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.14 |
| HSL | 116.25º | 0.19% | 0.83% | - |
| HSV(B) | 116.25º | 0.07% | 0.86% | - |
| XYZ | 61.67 | 68.53 | 67.1 | - |
| YUV | 213.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 204 | 0.07 | 0 | 0.07 | 0.14 | 116.25 | 0.19 | 0.83 |
| Hex | CD | DC | CC | 7 | 0 | 7 | E | 74 | 13 | 53 |
| Octal | 315 | 334 | 314 | 7 | 0 | 7 | 16 | 164 | 23 | 123 |
| Binary | 11001101 | 11011100 | 11001100 | 111 | 0 | 111 | 1110 | 1110100 | 10011 | 1010011 |
Color Harmonies of #CDDCCC
Complementary color
Monochromatic Colors of #CDDCCC
Black with #CDDCCC
Text Example
Text Example
White with #CDDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCCC; }
p { color: rgb(205,220,204); }
H1.HeaderClassName
{
color: #CDDCCC;
}
.AnyTagClassName
{
color: #CDDCCC;
}
</style>
background-color css
<style>
a { background-color: #CDDCCC; }
a { background-color: rgb(205,220,204); }
div.DivClassName
{
background-color: #CDDCCC;
}
.BgClassName
{
background-color: #CDDCCC;
}
</style>
border-color css
<style>
span { border-color: #CDDCCC; }
span { border-color: rgb(205,220,204); }
td.TdClassName
{
border-color: #CDDCCC;
}
.TagClassName
{
border-color: #CDDCCC;
}
</style>