Shades of Sea Mist #CBD5CB
Tints of Sea Mist #CBD5CB
RGB
CMYK
RGB Variations
Color information
#CBD5CB (or 0xCBD5CB) is known color: Sea Mist. HEX triplet: CB, D5 and CB. RGB value is (203,213,203). Sum of RGB (Red+Green+Blue) = 203+213+203=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5CB is #342A34. Grayscale: #D0D0D0. Windows color (decimal): -3418677 or 13358539. OLE color: 13358539.
HSL color Cylindrical-coordinate representation of color #CBD5CB: hue angle of 120º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD5CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 203 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.16 |
| HSL | 120º | 0.11% | 0.82% | - |
| HSV(B) | 120º | 0.05% | 0.84% | - |
| XYZ | 59.2 | 64.6 | 65.85 | - |
| YUV | 208.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 203 | 0.05 | 0 | 0.05 | 0.16 | 120 | 0.11 | 0.82 |
| Hex | CB | D5 | CB | 5 | 0 | 5 | 10 | 78 | B | 52 |
| Octal | 313 | 325 | 313 | 5 | 0 | 5 | 20 | 170 | 13 | 122 |
| Binary | 11001011 | 11010101 | 11001011 | 101 | 0 | 101 | 10000 | 1111000 | 1011 | 1010010 |
Color Harmonies of #CBD5CB
Complementary color
Monochromatic Colors of #CBD5CB
Black with #CBD5CB
Text Example
Text Example
White with #CBD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5CB; }
p { color: rgb(203,213,203); }
H1.HeaderClassName
{
color: #CBD5CB;
}
.AnyTagClassName
{
color: #CBD5CB;
}
</style>
background-color css
<style>
a { background-color: #CBD5CB; }
a { background-color: rgb(203,213,203); }
div.DivClassName
{
background-color: #CBD5CB;
}
.BgClassName
{
background-color: #CBD5CB;
}
</style>
border-color css
<style>
span { border-color: #CBD5CB; }
span { border-color: rgb(203,213,203); }
td.TdClassName
{
border-color: #CBD5CB;
}
.TagClassName
{
border-color: #CBD5CB;
}
</style>