Shades of Sea Mist #CBD7CB
Tints of Sea Mist #CBD7CB
RGB
CMYK
RGB Variations
Color information
#CBD7CB (or 0xCBD7CB) is known color: Sea Mist. HEX triplet: CB, D7 and CB. RGB value is (203,215,203). Sum of RGB (Red+Green+Blue) = 203+215+203=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7CB is #342834. Grayscale: #D2D2D2. Windows color (decimal): -3418165 or 13359051. OLE color: 13359051.
HSL color Cylindrical-coordinate representation of color #CBD7CB: hue angle of 120º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD7CB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 203 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.16 |
| HSL | 120º | 0.13% | 0.82% | - |
| HSV(B) | 120º | 0.06% | 0.84% | - |
| XYZ | 59.71 | 65.61 | 66.02 | - |
| YUV | 210.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 203 | 0.06 | 0 | 0.06 | 0.16 | 120 | 0.13 | 0.82 |
| Hex | CB | D7 | CB | 6 | 0 | 6 | 10 | 78 | D | 52 |
| Octal | 313 | 327 | 313 | 6 | 0 | 6 | 20 | 170 | 15 | 122 |
| Binary | 11001011 | 11010111 | 11001011 | 110 | 0 | 110 | 10000 | 1111000 | 1101 | 1010010 |
Color Harmonies of #CBD7CB
Complementary color
Monochromatic Colors of #CBD7CB
Black with #CBD7CB
Text Example
Text Example
White with #CBD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7CB; }
p { color: rgb(203,215,203); }
H1.HeaderClassName
{
color: #CBD7CB;
}
.AnyTagClassName
{
color: #CBD7CB;
}
</style>
background-color css
<style>
a { background-color: #CBD7CB; }
a { background-color: rgb(203,215,203); }
div.DivClassName
{
background-color: #CBD7CB;
}
.BgClassName
{
background-color: #CBD7CB;
}
</style>
border-color css
<style>
span { border-color: #CBD7CB; }
span { border-color: rgb(203,215,203); }
td.TdClassName
{
border-color: #CBD7CB;
}
.TagClassName
{
border-color: #CBD7CB;
}
</style>