Shades of Moon Raker #CBBEDA
Tints of Moon Raker #CBBEDA
RGB
CMYK
RGB Variations
Color information
#CBBEDA (or 0xCBBEDA) is known color: Moon Raker. HEX triplet: CB, BE and DA. RGB value is (203,190,218). Sum of RGB (Red+Green+Blue) = 203+190+218=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDA is #344125. Grayscale: #C4C4C4. Windows color (decimal): -3424550 or 14335691. OLE color: 14335691.
HSL color Cylindrical-coordinate representation of color #CBBEDA: hue angle of 267.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBEDA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 190 | 218 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.15 |
| HSL | 267.86º | 0.27% | 0.8% | - |
| HSV(B) | 267.86º | 0.13% | 0.85% | - |
| XYZ | 55.7 | 54.59 | 73.93 | - |
| YUV | 197.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 218 | 0.07 | 0.13 | 0 | 0.15 | 267.86 | 0.27 | 0.8 |
| Hex | CB | BE | DA | 7 | D | 0 | F | 10C | 1B | 50 |
| Octal | 313 | 276 | 332 | 7 | 15 | 0 | 17 | 414 | 33 | 120 |
| Binary | 11001011 | 10111110 | 11011010 | 111 | 1101 | 0 | 1111 | 100001100 | 11011 | 1010000 |
Color Harmonies of #CBBEDA
Complementary color
Monochromatic Colors of #CBBEDA
Black with #CBBEDA
Text Example
Text Example
White with #CBBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEDA; }
p { color: rgb(203,190,218); }
H1.HeaderClassName
{
color: #CBBEDA;
}
.AnyTagClassName
{
color: #CBBEDA;
}
</style>
background-color css
<style>
a { background-color: #CBBEDA; }
a { background-color: rgb(203,190,218); }
div.DivClassName
{
background-color: #CBBEDA;
}
.BgClassName
{
background-color: #CBBEDA;
}
</style>
border-color css
<style>
span { border-color: #CBBEDA; }
span { border-color: rgb(203,190,218); }
td.TdClassName
{
border-color: #CBBEDA;
}
.TagClassName
{
border-color: #CBBEDA;
}
</style>