Shades of Sea Mist #CBD0CB
Tints of Sea Mist #CBD0CB
RGB
CMYK
RGB Variations
Color information
#CBD0CB (or 0xCBD0CB) is known color: Sea Mist. HEX triplet: CB, D0 and CB. RGB value is (203,208,203). Sum of RGB (Red+Green+Blue) = 203+208+203=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0CB is #342F34. Grayscale: #CDCDCD. Windows color (decimal): -3419957 or 13357259. OLE color: 13357259.
HSL color Cylindrical-coordinate representation of color #CBD0CB: hue angle of 120º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBD0CB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 203 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.18 |
| HSL | 120º | 0.05% | 0.81% | - |
| HSV(B) | 120º | 0.02% | 0.82% | - |
| XYZ | 57.96 | 62.12 | 65.44 | - |
| YUV | 205.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 203 | 0.02 | 0 | 0.02 | 0.18 | 120 | 0.05 | 0.81 |
| Hex | CB | D0 | CB | 2 | 0 | 2 | 12 | 78 | 5 | 51 |
| Octal | 313 | 320 | 313 | 2 | 0 | 2 | 22 | 170 | 5 | 121 |
| Binary | 11001011 | 11010000 | 11001011 | 10 | 0 | 10 | 10010 | 1111000 | 101 | 1010001 |
Color Harmonies of #CBD0CB
Complementary color
Monochromatic Colors of #CBD0CB
Black with #CBD0CB
Text Example
Text Example
White with #CBD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0CB; }
p { color: rgb(203,208,203); }
H1.HeaderClassName
{
color: #CBD0CB;
}
.AnyTagClassName
{
color: #CBD0CB;
}
</style>
background-color css
<style>
a { background-color: #CBD0CB; }
a { background-color: rgb(203,208,203); }
div.DivClassName
{
background-color: #CBD0CB;
}
.BgClassName
{
background-color: #CBD0CB;
}
</style>
border-color css
<style>
span { border-color: #CBD0CB; }
span { border-color: rgb(203,208,203); }
td.TdClassName
{
border-color: #CBD0CB;
}
.TagClassName
{
border-color: #CBD0CB;
}
</style>