Shades of Moon Mist #CBCCBD
Tints of Moon Mist #CBCCBD
RGB
CMYK
RGB Variations
Color information
#CBCCBD (or 0xCBCCBD) is known color: Moon Mist. HEX triplet: CB, CC and BD. RGB value is (203,204,189). Sum of RGB (Red+Green+Blue) = 203+204+189=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCBD is #343342. Grayscale: #CACACA. Windows color (decimal): -3420995 or 12438731. OLE color: 12438731.
HSL color Cylindrical-coordinate representation of color #CBCCBD: hue angle of 64º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCCBD is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 189 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.2 |
| HSL | 64º | 0.13% | 0.77% | - |
| HSV(B) | 64º | 0.07% | 0.8% | - |
| XYZ | 55.41 | 59.56 | 56.72 | - |
| YUV | 201.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 189 | 0.00 | 0 | 0.07 | 0.2 | 64 | 0.13 | 0.77 |
| Hex | CB | CC | BD | 0 | 0 | 7 | 14 | 40 | D | 4D |
| Octal | 313 | 314 | 275 | 0 | 0 | 7 | 24 | 100 | 15 | 115 |
| Binary | 11001011 | 11001100 | 10111101 | 0 | 0 | 111 | 10100 | 1000000 | 1101 | 1001101 |
Color Harmonies of #CBCCBD
Complementary color
Monochromatic Colors of #CBCCBD
Black with #CBCCBD
Text Example
Text Example
White with #CBCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCBD; }
p { color: rgb(203,204,189); }
H1.HeaderClassName
{
color: #CBCCBD;
}
.AnyTagClassName
{
color: #CBCCBD;
}
</style>
background-color css
<style>
a { background-color: #CBCCBD; }
a { background-color: rgb(203,204,189); }
div.DivClassName
{
background-color: #CBCCBD;
}
.BgClassName
{
background-color: #CBCCBD;
}
</style>
border-color css
<style>
span { border-color: #CBCCBD; }
span { border-color: rgb(203,204,189); }
td.TdClassName
{
border-color: #CBCCBD;
}
.TagClassName
{
border-color: #CBCCBD;
}
</style>