Shades of Moon Raker #CBB8E0
Tints of Moon Raker #CBB8E0
RGB
CMYK
RGB Variations
Color information
#CBB8E0 (or 0xCBB8E0) is known color: Moon Raker. HEX triplet: CB, B8 and E0. RGB value is (203,184,224). Sum of RGB (Red+Green+Blue) = 203+184+224=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBB8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8E0 is #34471F. Grayscale: #C2C2C2. Windows color (decimal): -3426080 or 14727371. OLE color: 14727371.
HSL color Cylindrical-coordinate representation of color #CBB8E0: hue angle of 268.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB8E0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 184 | 224 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.12 |
| HSL | 268.5º | 0.39% | 0.8% | - |
| HSV(B) | 268.5º | 0.18% | 0.88% | - |
| XYZ | 55.22 | 52.36 | 77.72 | - |
| YUV | 194.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 224 | 0.09 | 0.18 | 0 | 0.12 | 268.5 | 0.39 | 0.8 |
| Hex | CB | B8 | E0 | 9 | 12 | 0 | C | 10C | 27 | 50 |
| Octal | 313 | 270 | 340 | 11 | 22 | 0 | 14 | 414 | 47 | 120 |
| Binary | 11001011 | 10111000 | 11100000 | 1001 | 10010 | 0 | 1100 | 100001100 | 100111 | 1010000 |
Color Harmonies of #CBB8E0
Complementary color
Monochromatic Colors of #CBB8E0
Black with #CBB8E0
Text Example
Text Example
White with #CBB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8E0; }
p { color: rgb(203,184,224); }
H1.HeaderClassName
{
color: #CBB8E0;
}
.AnyTagClassName
{
color: #CBB8E0;
}
</style>
background-color css
<style>
a { background-color: #CBB8E0; }
a { background-color: rgb(203,184,224); }
div.DivClassName
{
background-color: #CBB8E0;
}
.BgClassName
{
background-color: #CBB8E0;
}
</style>
border-color css
<style>
span { border-color: #CBB8E0; }
span { border-color: rgb(203,184,224); }
td.TdClassName
{
border-color: #CBB8E0;
}
.TagClassName
{
border-color: #CBB8E0;
}
</style>