Shades of Moon Mist #CBCABD
Tints of Moon Mist #CBCABD
RGB
CMYK
RGB Variations
Color information
#CBCABD (or 0xCBCABD) is known color: Moon Mist. HEX triplet: CB, CA and BD. RGB value is (203,202,189). Sum of RGB (Red+Green+Blue) = 203+202+189=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCABD is #343542. Grayscale: #C8C8C8. Windows color (decimal): -3421507 or 12438219. OLE color: 12438219.
HSL color Cylindrical-coordinate representation of color #CBCABD: hue angle of 55.71º degrees, saturation: 0.12, 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 #CBCABD is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 189 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.20 |
| HSL | 55.71º | 0.12% | 0.77% | - |
| HSV(B) | 55.71º | 0.07% | 0.8% | - |
| XYZ | 54.93 | 58.61 | 56.56 | - |
| YUV | 200.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 189 | 0 | 0.00 | 0.07 | 0.20 | 55.71 | 0.12 | 0.77 |
| Hex | CB | CA | BD | 0 | 0 | 7 | 14 | 38 | C | 4D |
| Octal | 313 | 312 | 275 | 0 | 0 | 7 | 24 | 70 | 14 | 115 |
| Binary | 11001011 | 11001010 | 10111101 | 0 | 0 | 111 | 10100 | 111000 | 1100 | 1001101 |
Color Harmonies of #CBCABD
Complementary color
Monochromatic Colors of #CBCABD
Black with #CBCABD
Text Example
Text Example
White with #CBCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCABD; }
p { color: rgb(203,202,189); }
H1.HeaderClassName
{
color: #CBCABD;
}
.AnyTagClassName
{
color: #CBCABD;
}
</style>
background-color css
<style>
a { background-color: #CBCABD; }
a { background-color: rgb(203,202,189); }
div.DivClassName
{
background-color: #CBCABD;
}
.BgClassName
{
background-color: #CBCABD;
}
</style>
border-color css
<style>
span { border-color: #CBCABD; }
span { border-color: rgb(203,202,189); }
td.TdClassName
{
border-color: #CBCABD;
}
.TagClassName
{
border-color: #CBCABD;
}
</style>