Shades of Sea Mist #CBDCCB
Tints of Sea Mist #CBDCCB
RGB
CMYK
RGB Variations
Color information
#CBDCCB (or 0xCBDCCB) is known color: Sea Mist. HEX triplet: CB, DC and CB. RGB value is (203,220,203). Sum of RGB (Red+Green+Blue) = 203+220+203=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCB is #342334. Grayscale: #D5D5D5. Windows color (decimal): -3416885 or 13360331. OLE color: 13360331.
HSL color Cylindrical-coordinate representation of color #CBDCCB: hue angle of 120º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCCB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 203 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.14 |
| HSL | 120º | 0.2% | 0.83% | - |
| HSV(B) | 120º | 0.08% | 0.86% | - |
| XYZ | 61 | 68.19 | 66.45 | - |
| YUV | 212.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 203 | 0.08 | 0 | 0.08 | 0.14 | 120 | 0.2 | 0.83 |
| Hex | CB | DC | CB | 8 | 0 | 8 | E | 78 | 14 | 53 |
| Octal | 313 | 334 | 313 | 10 | 0 | 10 | 16 | 170 | 24 | 123 |
| Binary | 11001011 | 11011100 | 11001011 | 1000 | 0 | 1000 | 1110 | 1111000 | 10100 | 1010011 |
Color Harmonies of #CBDCCB
Complementary color
Monochromatic Colors of #CBDCCB
Black with #CBDCCB
Text Example
Text Example
White with #CBDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCCB; }
p { color: rgb(203,220,203); }
H1.HeaderClassName
{
color: #CBDCCB;
}
.AnyTagClassName
{
color: #CBDCCB;
}
</style>
background-color css
<style>
a { background-color: #CBDCCB; }
a { background-color: rgb(203,220,203); }
div.DivClassName
{
background-color: #CBDCCB;
}
.BgClassName
{
background-color: #CBDCCB;
}
</style>
border-color css
<style>
span { border-color: #CBDCCB; }
span { border-color: rgb(203,220,203); }
td.TdClassName
{
border-color: #CBDCCB;
}
.TagClassName
{
border-color: #CBDCCB;
}
</style>