Shades of Sea Mist #CBDDCB
Tints of Sea Mist #CBDDCB
RGB
CMYK
RGB Variations
Color information
#CBDDCB (or 0xCBDDCB) is known color: Sea Mist. HEX triplet: CB, DD and CB. RGB value is (203,221,203). Sum of RGB (Red+Green+Blue) = 203+221+203=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCB is #342234. Grayscale: #D5D5D5. Windows color (decimal): -3416629 or 13360587. OLE color: 13360587.
HSL color Cylindrical-coordinate representation of color #CBDDCB: hue angle of 120º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDCB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 203 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.13 |
| HSL | 120º | 0.21% | 0.83% | - |
| HSV(B) | 120º | 0.08% | 0.87% | - |
| XYZ | 61.26 | 68.72 | 66.54 | - |
| YUV | 213.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 203 | 0.08 | 0 | 0.08 | 0.13 | 120 | 0.21 | 0.83 |
| Hex | CB | DD | CB | 8 | 0 | 8 | D | 78 | 15 | 53 |
| Octal | 313 | 335 | 313 | 10 | 0 | 10 | 15 | 170 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11001011 | 1000 | 0 | 1000 | 1101 | 1111000 | 10101 | 1010011 |
Color Harmonies of #CBDDCB
Complementary color
Monochromatic Colors of #CBDDCB
Black with #CBDDCB
Text Example
Text Example
White with #CBDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDCB; }
p { color: rgb(203,221,203); }
H1.HeaderClassName
{
color: #CBDDCB;
}
.AnyTagClassName
{
color: #CBDDCB;
}
</style>
background-color css
<style>
a { background-color: #CBDDCB; }
a { background-color: rgb(203,221,203); }
div.DivClassName
{
background-color: #CBDDCB;
}
.BgClassName
{
background-color: #CBDDCB;
}
</style>
border-color css
<style>
span { border-color: #CBDDCB; }
span { border-color: rgb(203,221,203); }
td.TdClassName
{
border-color: #CBDDCB;
}
.TagClassName
{
border-color: #CBDDCB;
}
</style>