Shades of Moon Raker #CAB8DD
Tints of Moon Raker #CAB8DD
RGB
CMYK
RGB Variations
Color information
#CAB8DD (or 0xCAB8DD) is known color: Moon Raker. HEX triplet: CA, B8 and DD. RGB value is (202,184,221). Sum of RGB (Red+Green+Blue) = 202+184+221=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8DD is #354722. Grayscale: #C1C1C1. Windows color (decimal): -3491619 or 14530762. OLE color: 14530762.
HSL color Cylindrical-coordinate representation of color #CAB8DD: hue angle of 269.19º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB8DD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 184 | 221 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 269.19º | 0.35% | 0.79% | - |
| HSV(B) | 269.19º | 0.17% | 0.87% | - |
| XYZ | 54.55 | 52.06 | 75.58 | - |
| YUV | 193.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 221 | 0.09 | 0.17 | 0 | 0.13 | 269.19 | 0.35 | 0.79 |
| Hex | CA | B8 | DD | 9 | 11 | 0 | D | 10D | 23 | 4F |
| Octal | 312 | 270 | 335 | 11 | 21 | 0 | 15 | 415 | 43 | 117 |
| Binary | 11001010 | 10111000 | 11011101 | 1001 | 10001 | 0 | 1101 | 100001101 | 100011 | 1001111 |
Color Harmonies of #CAB8DD
Complementary color
Monochromatic Colors of #CAB8DD
Black with #CAB8DD
Text Example
Text Example
White with #CAB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8DD; }
p { color: rgb(202,184,221); }
H1.HeaderClassName
{
color: #CAB8DD;
}
.AnyTagClassName
{
color: #CAB8DD;
}
</style>
background-color css
<style>
a { background-color: #CAB8DD; }
a { background-color: rgb(202,184,221); }
div.DivClassName
{
background-color: #CAB8DD;
}
.BgClassName
{
background-color: #CAB8DD;
}
</style>
border-color css
<style>
span { border-color: #CAB8DD; }
span { border-color: rgb(202,184,221); }
td.TdClassName
{
border-color: #CAB8DD;
}
.TagClassName
{
border-color: #CAB8DD;
}
</style>