Shades of Sea Mist #CFD6D0
Tints of Sea Mist #CFD6D0
RGB
CMYK
RGB Variations
Color information
#CFD6D0 (or 0xCFD6D0) is known color: Sea Mist. HEX triplet: CF, D6 and D0. RGB value is (207,214,208). Sum of RGB (Red+Green+Blue) = 207+214+208=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6D0 is #30292F. Grayscale: #D3D3D3. Windows color (decimal): -3156272 or 13686479. OLE color: 13686479.
HSL color Cylindrical-coordinate representation of color #CFD6D0: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD6D0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 214 | 208 | - |
CMYK | 0.03 | 0 | 0.03 | 0.16 |
HSL | 128.57º | 0.08% | 0.83% | - |
HSV(B) | 128.57º | 0.03% | 0.84% | - |
XYZ | 61.16 | 65.91 | 69.17 | - |
YUV | 211.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 214 | 208 | 0.03 | 0 | 0.03 | 0.16 | 128.57 | 0.08 | 0.83 |
Hex | CF | D6 | D0 | 3 | 0 | 3 | 10 | 81 | 8 | 53 |
Octal | 317 | 326 | 320 | 3 | 0 | 3 | 20 | 201 | 10 | 123 |
Binary | 11001111 | 11010110 | 11010000 | 11 | 0 | 11 | 10000 | 10000001 | 1000 | 1010011 |
Color Harmonies of #CFD6D0
Complementary color
Monochromatic Colors of #CFD6D0
Black with #CFD6D0
Text Example
Text Example
White with #CFD6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6D0; }
p { color: rgb(207,214,208); }
H1.HeaderClassName
{
color: #CFD6D0;
}
.AnyTagClassName
{
color: #CFD6D0;
}
</style>
background-color css
<style>
a { background-color: #CFD6D0; }
a { background-color: rgb(207,214,208); }
div.DivClassName
{
background-color: #CFD6D0;
}
.BgClassName
{
background-color: #CFD6D0;
}
</style>
border-color css
<style>
span { border-color: #CFD6D0; }
span { border-color: rgb(207,214,208); }
td.TdClassName
{
border-color: #CFD6D0;
}
.TagClassName
{
border-color: #CFD6D0;
}
</style>