Shades of Moon Mist #CBCCB3
Tints of Moon Mist #CBCCB3
RGB
CMYK
RGB Variations
Color information
#CBCCB3 (or 0xCBCCB3) is known color: Moon Mist. HEX triplet: CB, CC and B3. RGB value is (203,204,179). Sum of RGB (Red+Green+Blue) = 203+204+179=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCB3 is #34334C. Grayscale: #C8C8C8. Windows color (decimal): -3421005 or 11783371. OLE color: 11783371.
HSL color Cylindrical-coordinate representation of color #CBCCB3: hue angle of 62.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCCB3 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 179 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.2 |
| HSL | 62.4º | 0.2% | 0.75% | - |
| HSV(B) | 62.4º | 0.12% | 0.8% | - |
| XYZ | 54.36 | 59.14 | 51.2 | - |
| YUV | 200.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 179 | 0.00 | 0 | 0.12 | 0.2 | 62.4 | 0.2 | 0.75 |
| Hex | CB | CC | B3 | 0 | 0 | C | 14 | 3E | 14 | 4B |
| Octal | 313 | 314 | 263 | 0 | 0 | 14 | 24 | 76 | 24 | 113 |
| Binary | 11001011 | 11001100 | 10110011 | 0 | 0 | 1100 | 10100 | 111110 | 10100 | 1001011 |
Color Harmonies of #CBCCB3
Complementary color
Monochromatic Colors of #CBCCB3
Black with #CBCCB3
Text Example
Text Example
White with #CBCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCB3; }
p { color: rgb(203,204,179); }
H1.HeaderClassName
{
color: #CBCCB3;
}
.AnyTagClassName
{
color: #CBCCB3;
}
</style>
background-color css
<style>
a { background-color: #CBCCB3; }
a { background-color: rgb(203,204,179); }
div.DivClassName
{
background-color: #CBCCB3;
}
.BgClassName
{
background-color: #CBCCB3;
}
</style>
border-color css
<style>
span { border-color: #CBCCB3; }
span { border-color: rgb(203,204,179); }
td.TdClassName
{
border-color: #CBCCB3;
}
.TagClassName
{
border-color: #CBCCB3;
}
</style>