Shades of Sea Mist #CBDFCB
Tints of Sea Mist #CBDFCB
RGB
CMYK
RGB Variations
Color information
#CBDFCB (or 0xCBDFCB) is known color: Sea Mist. HEX triplet: CB, DF and CB. RGB value is (203,223,203). Sum of RGB (Red+Green+Blue) = 203+223+203=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFCB is #342034. Grayscale: #D6D6D6. Windows color (decimal): -3416117 or 13361099. OLE color: 13361099.
HSL color Cylindrical-coordinate representation of color #CBDFCB: hue angle of 120º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDFCB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 203 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.13 |
| HSL | 120º | 0.24% | 0.84% | - |
| HSV(B) | 120º | 0.09% | 0.87% | - |
| XYZ | 61.8 | 69.78 | 66.71 | - |
| YUV | 214.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 203 | 0.09 | 0 | 0.09 | 0.13 | 120 | 0.24 | 0.84 |
| Hex | CB | DF | CB | 9 | 0 | 9 | D | 78 | 18 | 54 |
| Octal | 313 | 337 | 313 | 11 | 0 | 11 | 15 | 170 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11001011 | 1001 | 0 | 1001 | 1101 | 1111000 | 11000 | 1010100 |
Color Harmonies of #CBDFCB
Complementary color
Monochromatic Colors of #CBDFCB
Black with #CBDFCB
Text Example
Text Example
White with #CBDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFCB; }
p { color: rgb(203,223,203); }
H1.HeaderClassName
{
color: #CBDFCB;
}
.AnyTagClassName
{
color: #CBDFCB;
}
</style>
background-color css
<style>
a { background-color: #CBDFCB; }
a { background-color: rgb(203,223,203); }
div.DivClassName
{
background-color: #CBDFCB;
}
.BgClassName
{
background-color: #CBDFCB;
}
</style>
border-color css
<style>
span { border-color: #CBDFCB; }
span { border-color: rgb(203,223,203); }
td.TdClassName
{
border-color: #CBDFCB;
}
.TagClassName
{
border-color: #CBDFCB;
}
</style>