Shades of Moon Mist #CBCCB6
Tints of Moon Mist #CBCCB6
RGB
CMYK
RGB Variations
Color information
#CBCCB6 (or 0xCBCCB6) is known color: Moon Mist. HEX triplet: CB, CC and B6. RGB value is (203,204,182). Sum of RGB (Red+Green+Blue) = 203+204+182=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCB6 is #343349. Grayscale: #C9C9C9. Windows color (decimal): -3421002 or 11979979. OLE color: 11979979.
HSL color Cylindrical-coordinate representation of color #CBCCB6: hue angle of 62.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCCB6 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 182 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.2 |
| HSL | 62.73º | 0.18% | 0.76% | - |
| HSV(B) | 62.73º | 0.11% | 0.8% | - |
| XYZ | 54.66 | 59.26 | 52.81 | - |
| YUV | 201.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 182 | 0.00 | 0 | 0.11 | 0.2 | 62.73 | 0.18 | 0.76 |
| Hex | CB | CC | B6 | 0 | 0 | B | 14 | 3F | 12 | 4C |
| Octal | 313 | 314 | 266 | 0 | 0 | 13 | 24 | 77 | 22 | 114 |
| Binary | 11001011 | 11001100 | 10110110 | 0 | 0 | 1011 | 10100 | 111111 | 10010 | 1001100 |
Color Harmonies of #CBCCB6
Complementary color
Monochromatic Colors of #CBCCB6
Black with #CBCCB6
Text Example
Text Example
White with #CBCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCB6; }
p { color: rgb(203,204,182); }
H1.HeaderClassName
{
color: #CBCCB6;
}
.AnyTagClassName
{
color: #CBCCB6;
}
</style>
background-color css
<style>
a { background-color: #CBCCB6; }
a { background-color: rgb(203,204,182); }
div.DivClassName
{
background-color: #CBCCB6;
}
.BgClassName
{
background-color: #CBCCB6;
}
</style>
border-color css
<style>
span { border-color: #CBCCB6; }
span { border-color: rgb(203,204,182); }
td.TdClassName
{
border-color: #CBCCB6;
}
.TagClassName
{
border-color: #CBCCB6;
}
</style>