Shades of Sea Mist #CCDBCD
Tints of Sea Mist #CCDBCD
RGB
CMYK
RGB Variations
Color information
#CCDBCD (or 0xCCDBCD) is known color: Sea Mist. HEX triplet: CC, DB and CD. RGB value is (204,219,205). Sum of RGB (Red+Green+Blue) = 204+219+205=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBCD is #332432. Grayscale: #D4D4D4. Windows color (decimal): -3351603 or 13491148. OLE color: 13491148.
HSL color Cylindrical-coordinate representation of color #CCDBCD: hue angle of 124º degrees, saturation: 0.17, 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 #CCDBCD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 205 | - |
CMYK | 0.07 | 0 | 0.06 | 0.14 |
HSL | 124º | 0.17% | 0.83% | - |
HSV(B) | 124º | 0.07% | 0.86% | - |
XYZ | 61.25 | 67.91 | 67.64 | - |
YUV | 212.92 | 123.53 | 121.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 205 | 0.07 | 0 | 0.06 | 0.14 | 124 | 0.17 | 0.83 |
Hex | CC | DB | CD | 7 | 0 | 6 | E | 7C | 11 | 53 |
Octal | 314 | 333 | 315 | 7 | 0 | 6 | 16 | 174 | 21 | 123 |
Binary | 11001100 | 11011011 | 11001101 | 111 | 0 | 110 | 1110 | 1111100 | 10001 | 1010011 |
Color Harmonies of #CCDBCD
Complementary color
Monochromatic Colors of #CCDBCD
Black with #CCDBCD
Text Example
Text Example
White with #CCDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBCD; }
p { color: rgb(204,219,205); }
H1.HeaderClassName
{
color: #CCDBCD;
}
.AnyTagClassName
{
color: #CCDBCD;
}
</style>
background-color css
<style>
a { background-color: #CCDBCD; }
a { background-color: rgb(204,219,205); }
div.DivClassName
{
background-color: #CCDBCD;
}
.BgClassName
{
background-color: #CCDBCD;
}
</style>
border-color css
<style>
span { border-color: #CCDBCD; }
span { border-color: rgb(204,219,205); }
td.TdClassName
{
border-color: #CCDBCD;
}
.TagClassName
{
border-color: #CCDBCD;
}
</style>