Shades of Sea Mist #CBCCCB
Tints of Sea Mist #CBCCCB
RGB
CMYK
RGB Variations
Color information
#CBCCCB (or 0xCBCCCB) is known color: Sea Mist. HEX triplet: CB, CC and CB. RGB value is (203,204,203). Sum of RGB (Red+Green+Blue) = 203+204+203=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCB is #343334. Grayscale: #CBCBCB. Windows color (decimal): -3420981 or 13356235. OLE color: 13356235.
HSL color Cylindrical-coordinate representation of color #CBCCCB: hue angle of 120º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CBCCCB is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 204 | 203 | - |
CMYK | 0.00 | 0 | 0.00 | 0.2 |
HSL | 120º | 0.01% | 0.8% | - |
HSV(B) | 120º | 0% | 0.8% | - |
XYZ | 57 | 60.19 | 65.11 | - |
YUV | 203.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 203 | 0.00 | 0 | 0.00 | 0.2 | 120 | 0.01 | 0.8 |
Hex | CB | CC | CB | 0 | 0 | 0 | 14 | 78 | 1 | 50 |
Octal | 313 | 314 | 313 | 0 | 0 | 0 | 24 | 170 | 1 | 120 |
Binary | 11001011 | 11001100 | 11001011 | 0 | 0 | 0 | 10100 | 1111000 | 1 | 1010000 |
Color Harmonies of #CBCCCB
Complementary color
Monochromatic Colors of #CBCCCB
Black with #CBCCCB
Text Example
Text Example
White with #CBCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCCB; }
p { color: rgb(203,204,203); }
H1.HeaderClassName
{
color: #CBCCCB;
}
.AnyTagClassName
{
color: #CBCCCB;
}
</style>
background-color css
<style>
a { background-color: #CBCCCB; }
a { background-color: rgb(203,204,203); }
div.DivClassName
{
background-color: #CBCCCB;
}
.BgClassName
{
background-color: #CBCCCB;
}
</style>
border-color css
<style>
span { border-color: #CBCCCB; }
span { border-color: rgb(203,204,203); }
td.TdClassName
{
border-color: #CBCCCB;
}
.TagClassName
{
border-color: #CBCCCB;
}
</style>