Shades of Moon Mist #CBCCBB
Tints of Moon Mist #CBCCBB
RGB
CMYK
RGB Variations
Color information
#CBCCBB (or 0xCBCCBB) is known color: Moon Mist. HEX triplet: CB, CC and BB. RGB value is (203,204,187). Sum of RGB (Red+Green+Blue) = 203+204+187=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCBB is #343344. Grayscale: #C9C9C9. Windows color (decimal): -3420997 or 12307659. OLE color: 12307659.
HSL color Cylindrical-coordinate representation of color #CBCCBB: hue angle of 63.53º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCCBB is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 187 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.2 |
| HSL | 63.53º | 0.14% | 0.77% | - |
| HSV(B) | 63.53º | 0.08% | 0.8% | - |
| XYZ | 55.19 | 59.47 | 55.58 | - |
| YUV | 201.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 187 | 0.00 | 0 | 0.08 | 0.2 | 63.53 | 0.14 | 0.77 |
| Hex | CB | CC | BB | 0 | 0 | 8 | 14 | 40 | E | 4D |
| Octal | 313 | 314 | 273 | 0 | 0 | 10 | 24 | 100 | 16 | 115 |
| Binary | 11001011 | 11001100 | 10111011 | 0 | 0 | 1000 | 10100 | 1000000 | 1110 | 1001101 |
Color Harmonies of #CBCCBB
Complementary color
Monochromatic Colors of #CBCCBB
Black with #CBCCBB
Text Example
Text Example
White with #CBCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCBB; }
p { color: rgb(203,204,187); }
H1.HeaderClassName
{
color: #CBCCBB;
}
.AnyTagClassName
{
color: #CBCCBB;
}
</style>
background-color css
<style>
a { background-color: #CBCCBB; }
a { background-color: rgb(203,204,187); }
div.DivClassName
{
background-color: #CBCCBB;
}
.BgClassName
{
background-color: #CBCCBB;
}
</style>
border-color css
<style>
span { border-color: #CBCCBB; }
span { border-color: rgb(203,204,187); }
td.TdClassName
{
border-color: #CBCCBB;
}
.TagClassName
{
border-color: #CBCCBB;
}
</style>