Shades of Sea Mist #CBDBCB
Tints of Sea Mist #CBDBCB
RGB
CMYK
RGB Variations
Color information
#CBDBCB (or 0xCBDBCB) is known color: Sea Mist. HEX triplet: CB, DB and CB. RGB value is (203,219,203). Sum of RGB (Red+Green+Blue) = 203+219+203=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCB is #342434. Grayscale: #D4D4D4. Windows color (decimal): -3417141 or 13360075. OLE color: 13360075.
HSL color Cylindrical-coordinate representation of color #CBDBCB: hue angle of 120º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBCB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 219 | 203 | - |
CMYK | 0.07 | 0 | 0.07 | 0.14 |
HSL | 120º | 0.18% | 0.83% | - |
HSV(B) | 120º | 0.07% | 0.86% | - |
XYZ | 60.74 | 67.67 | 66.36 | - |
YUV | 212.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 219 | 203 | 0.07 | 0 | 0.07 | 0.14 | 120 | 0.18 | 0.83 |
Hex | CB | DB | CB | 7 | 0 | 7 | E | 78 | 12 | 53 |
Octal | 313 | 333 | 313 | 7 | 0 | 7 | 16 | 170 | 22 | 123 |
Binary | 11001011 | 11011011 | 11001011 | 111 | 0 | 111 | 1110 | 1111000 | 10010 | 1010011 |
Color Harmonies of #CBDBCB
Complementary color
Monochromatic Colors of #CBDBCB
Black with #CBDBCB
Text Example
Text Example
White with #CBDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBCB; }
p { color: rgb(203,219,203); }
H1.HeaderClassName
{
color: #CBDBCB;
}
.AnyTagClassName
{
color: #CBDBCB;
}
</style>
background-color css
<style>
a { background-color: #CBDBCB; }
a { background-color: rgb(203,219,203); }
div.DivClassName
{
background-color: #CBDBCB;
}
.BgClassName
{
background-color: #CBDBCB;
}
</style>
border-color css
<style>
span { border-color: #CBDBCB; }
span { border-color: rgb(203,219,203); }
td.TdClassName
{
border-color: #CBDBCB;
}
.TagClassName
{
border-color: #CBDBCB;
}
</style>