Shades of Sea Mist #CDCECD
Tints of Sea Mist #CDCECD
RGB
CMYK
RGB Variations
Color information
#CDCECD (or 0xCDCECD) is known color: Sea Mist. HEX triplet: CD, CE and CD. RGB value is (205,206,205). Sum of RGB (Red+Green+Blue) = 205+206+205=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCECD is #323132. Grayscale: #CDCDCD. Windows color (decimal): -3289395 or 13487821. OLE color: 13487821.
HSL color Cylindrical-coordinate representation of color #CDCECD: hue angle of 120º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CDCECD is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 205 | - |
CMYK | 0.00 | 0 | 0.00 | 0.19 |
HSL | 120º | 0.01% | 0.81% | - |
HSV(B) | 120º | 0% | 0.81% | - |
XYZ | 58.27 | 61.53 | 66.56 | - |
YUV | 205.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 205 | 0.00 | 0 | 0.00 | 0.19 | 120 | 0.01 | 0.81 |
Hex | CD | CE | CD | 0 | 0 | 0 | 13 | 78 | 1 | 51 |
Octal | 315 | 316 | 315 | 0 | 0 | 0 | 23 | 170 | 1 | 121 |
Binary | 11001101 | 11001110 | 11001101 | 0 | 0 | 0 | 10011 | 1111000 | 1 | 1010001 |
Color Harmonies of #CDCECD
Complementary color
Monochromatic Colors of #CDCECD
Black with #CDCECD
Text Example
Text Example
White with #CDCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCECD; }
p { color: rgb(205,206,205); }
H1.HeaderClassName
{
color: #CDCECD;
}
.AnyTagClassName
{
color: #CDCECD;
}
</style>
background-color css
<style>
a { background-color: #CDCECD; }
a { background-color: rgb(205,206,205); }
div.DivClassName
{
background-color: #CDCECD;
}
.BgClassName
{
background-color: #CDCECD;
}
</style>
border-color css
<style>
span { border-color: #CDCECD; }
span { border-color: rgb(205,206,205); }
td.TdClassName
{
border-color: #CDCECD;
}
.TagClassName
{
border-color: #CDCECD;
}
</style>