Shades of Sea Mist #CDCFCD
Tints of Sea Mist #CDCFCD
RGB
CMYK
RGB Variations
Color information
#CDCFCD (or 0xCDCFCD) is known color: Sea Mist. HEX triplet: CD, CF and CD. RGB value is (205,207,205). Sum of RGB (Red+Green+Blue) = 205+207+205=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFCD is #323032. Grayscale: #CECECE. Windows color (decimal): -3289139 or 13488077. OLE color: 13488077.
HSL color Cylindrical-coordinate representation of color #CDCFCD: hue angle of 120º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCFCD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 207 | 205 | - |
CMYK | 0.01 | 0 | 0.01 | 0.19 |
HSL | 120º | 0.02% | 0.81% | - |
HSV(B) | 120º | 0.01% | 0.81% | - |
XYZ | 58.51 | 62.01 | 66.64 | - |
YUV | 206.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 205 | 0.01 | 0 | 0.01 | 0.19 | 120 | 0.02 | 0.81 |
Hex | CD | CF | CD | 1 | 0 | 1 | 13 | 78 | 2 | 51 |
Octal | 315 | 317 | 315 | 1 | 0 | 1 | 23 | 170 | 2 | 121 |
Binary | 11001101 | 11001111 | 11001101 | 1 | 0 | 1 | 10011 | 1111000 | 10 | 1010001 |
Color Harmonies of #CDCFCD
Complementary color
Monochromatic Colors of #CDCFCD
Black with #CDCFCD
Text Example
Text Example
White with #CDCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFCD; }
p { color: rgb(205,207,205); }
H1.HeaderClassName
{
color: #CDCFCD;
}
.AnyTagClassName
{
color: #CDCFCD;
}
</style>
background-color css
<style>
a { background-color: #CDCFCD; }
a { background-color: rgb(205,207,205); }
div.DivClassName
{
background-color: #CDCFCD;
}
.BgClassName
{
background-color: #CDCFCD;
}
</style>
border-color css
<style>
span { border-color: #CDCFCD; }
span { border-color: rgb(205,207,205); }
td.TdClassName
{
border-color: #CDCFCD;
}
.TagClassName
{
border-color: #CDCFCD;
}
</style>