Shades of Sea Mist #CBCDCB
Tints of Sea Mist #CBCDCB
RGB
CMYK
RGB Variations
Color information
#CBCDCB (or 0xCBCDCB) is known color: Sea Mist. HEX triplet: CB, CD and CB. RGB value is (203,205,203). Sum of RGB (Red+Green+Blue) = 203+205+203=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDCB is #343234. Grayscale: #CCCCCC. Windows color (decimal): -3420725 or 13356491. OLE color: 13356491.
HSL color Cylindrical-coordinate representation of color #CBCDCB: hue angle of 120º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBCDCB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 203 | - |
CMYK | 0.01 | 0 | 0.01 | 0.20 |
HSL | 120º | 0.02% | 0.8% | - |
HSV(B) | 120º | 0.01% | 0.8% | - |
XYZ | 57.24 | 60.67 | 65.19 | - |
YUV | 204.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 203 | 0.01 | 0 | 0.01 | 0.20 | 120 | 0.02 | 0.8 |
Hex | CB | CD | CB | 1 | 0 | 1 | 14 | 78 | 2 | 50 |
Octal | 313 | 315 | 313 | 1 | 0 | 1 | 24 | 170 | 2 | 120 |
Binary | 11001011 | 11001101 | 11001011 | 1 | 0 | 1 | 10100 | 1111000 | 10 | 1010000 |
Color Harmonies of #CBCDCB
Complementary color
Monochromatic Colors of #CBCDCB
Black with #CBCDCB
Text Example
Text Example
White with #CBCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDCB; }
p { color: rgb(203,205,203); }
H1.HeaderClassName
{
color: #CBCDCB;
}
.AnyTagClassName
{
color: #CBCDCB;
}
</style>
background-color css
<style>
a { background-color: #CBCDCB; }
a { background-color: rgb(203,205,203); }
div.DivClassName
{
background-color: #CBCDCB;
}
.BgClassName
{
background-color: #CBCDCB;
}
</style>
border-color css
<style>
span { border-color: #CBCDCB; }
span { border-color: rgb(203,205,203); }
td.TdClassName
{
border-color: #CBCDCB;
}
.TagClassName
{
border-color: #CBCDCB;
}
</style>