Shades of Sea Mist #CBCECB
Tints of Sea Mist #CBCECB
RGB
CMYK
RGB Variations
Color information
#CBCECB (or 0xCBCECB) is known color: Sea Mist. HEX triplet: CB, CE and CB. RGB value is (203,206,203). Sum of RGB (Red+Green+Blue) = 203+206+203=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCECB is #343134. Grayscale: #CCCCCC. Windows color (decimal): -3420469 or 13356747. OLE color: 13356747.
HSL color Cylindrical-coordinate representation of color #CBCECB: hue angle of 120º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBCECB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 203 | - |
CMYK | 0.01 | 0 | 0.01 | 0.19 |
HSL | 120º | 0.03% | 0.8% | - |
HSV(B) | 120º | 0.01% | 0.81% | - |
XYZ | 57.48 | 61.15 | 65.27 | - |
YUV | 204.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 203 | 0.01 | 0 | 0.01 | 0.19 | 120 | 0.03 | 0.8 |
Hex | CB | CE | CB | 1 | 0 | 1 | 13 | 78 | 3 | 50 |
Octal | 313 | 316 | 313 | 1 | 0 | 1 | 23 | 170 | 3 | 120 |
Binary | 11001011 | 11001110 | 11001011 | 1 | 0 | 1 | 10011 | 1111000 | 11 | 1010000 |
Color Harmonies of #CBCECB
Complementary color
Monochromatic Colors of #CBCECB
Black with #CBCECB
Text Example
Text Example
White with #CBCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCECB; }
p { color: rgb(203,206,203); }
H1.HeaderClassName
{
color: #CBCECB;
}
.AnyTagClassName
{
color: #CBCECB;
}
</style>
background-color css
<style>
a { background-color: #CBCECB; }
a { background-color: rgb(203,206,203); }
div.DivClassName
{
background-color: #CBCECB;
}
.BgClassName
{
background-color: #CBCECB;
}
</style>
border-color css
<style>
span { border-color: #CBCECB; }
span { border-color: rgb(203,206,203); }
td.TdClassName
{
border-color: #CBCECB;
}
.TagClassName
{
border-color: #CBCECB;
}
</style>