Shades of Moon Raker #CABADD
Tints of Moon Raker #CABADD
RGB
CMYK
RGB Variations
Color information
#CABADD (or 0xCABADD) is known color: Moon Raker. HEX triplet: CA, BA and DD. RGB value is (202,186,221). Sum of RGB (Red+Green+Blue) = 202+186+221=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADD is #354522. Grayscale: #C2C2C2. Windows color (decimal): -3491107 or 14531274. OLE color: 14531274.
HSL color Cylindrical-coordinate representation of color #CABADD: hue angle of 267.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABADD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 186 | 221 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 267.43º | 0.34% | 0.8% | - |
| HSV(B) | 267.43º | 0.16% | 0.87% | - |
| XYZ | 54.97 | 52.89 | 75.72 | - |
| YUV | 194.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 221 | 0.09 | 0.16 | 0 | 0.13 | 267.43 | 0.34 | 0.8 |
| Hex | CA | BA | DD | 9 | 10 | 0 | D | 10B | 22 | 50 |
| Octal | 312 | 272 | 335 | 11 | 20 | 0 | 15 | 413 | 42 | 120 |
| Binary | 11001010 | 10111010 | 11011101 | 1001 | 10000 | 0 | 1101 | 100001011 | 100010 | 1010000 |
Color Harmonies of #CABADD
Complementary color
Monochromatic Colors of #CABADD
Black with #CABADD
Text Example
Text Example
White with #CABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABADD; }
p { color: rgb(202,186,221); }
H1.HeaderClassName
{
color: #CABADD;
}
.AnyTagClassName
{
color: #CABADD;
}
</style>
background-color css
<style>
a { background-color: #CABADD; }
a { background-color: rgb(202,186,221); }
div.DivClassName
{
background-color: #CABADD;
}
.BgClassName
{
background-color: #CABADD;
}
</style>
border-color css
<style>
span { border-color: #CABADD; }
span { border-color: rgb(202,186,221); }
td.TdClassName
{
border-color: #CABADD;
}
.TagClassName
{
border-color: #CABADD;
}
</style>