Shades of Sea Mist #CDDCCD
Tints of Sea Mist #CDDCCD
RGB
CMYK
RGB Variations
Color information
#CDDCCD (or 0xCDDCCD) is known color: Sea Mist. HEX triplet: CD, DC and CD. RGB value is (205,220,205). Sum of RGB (Red+Green+Blue) = 205+220+205=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCD is #322332. Grayscale: #D5D5D5. Windows color (decimal): -3285811 or 13491405. OLE color: 13491405.
HSL color Cylindrical-coordinate representation of color #CDDCCD: hue angle of 120º 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 #CDDCCD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 205 | - |
CMYK | 0.07 | 0 | 0.07 | 0.14 |
HSL | 120º | 0.18% | 0.83% | - |
HSV(B) | 120º | 0.07% | 0.86% | - |
XYZ | 61.79 | 68.57 | 67.74 | - |
YUV | 213.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 205 | 0.07 | 0 | 0.07 | 0.14 | 120 | 0.18 | 0.83 |
Hex | CD | DC | CD | 7 | 0 | 7 | E | 78 | 12 | 53 |
Octal | 315 | 334 | 315 | 7 | 0 | 7 | 16 | 170 | 22 | 123 |
Binary | 11001101 | 11011100 | 11001101 | 111 | 0 | 111 | 1110 | 1111000 | 10010 | 1010011 |
Color Harmonies of #CDDCCD
Complementary color
Monochromatic Colors of #CDDCCD
Black with #CDDCCD
Text Example
Text Example
White with #CDDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCCD; }
p { color: rgb(205,220,205); }
H1.HeaderClassName
{
color: #CDDCCD;
}
.AnyTagClassName
{
color: #CDDCCD;
}
</style>
background-color css
<style>
a { background-color: #CDDCCD; }
a { background-color: rgb(205,220,205); }
div.DivClassName
{
background-color: #CDDCCD;
}
.BgClassName
{
background-color: #CDDCCD;
}
</style>
border-color css
<style>
span { border-color: #CDDCCD; }
span { border-color: rgb(205,220,205); }
td.TdClassName
{
border-color: #CDDCCD;
}
.TagClassName
{
border-color: #CDDCCD;
}
</style>