Shades of Moon Raker #CABADA
Tints of Moon Raker #CABADA
RGB
CMYK
RGB Variations
Color information
#CABADA (or 0xCABADA) is known color: Moon Raker. HEX triplet: CA, BA and DA. RGB value is (202,186,218). Sum of RGB (Red+Green+Blue) = 202+186+218=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADA is #354525. Grayscale: #C2C2C2. Windows color (decimal): -3491110 or 14334666. OLE color: 14334666.
HSL color Cylindrical-coordinate representation of color #CABADA: hue angle of 270º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABADA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 186 | 218 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.15 |
| HSL | 270º | 0.3% | 0.79% | - |
| HSV(B) | 270º | 0.15% | 0.85% | - |
| XYZ | 54.57 | 52.74 | 73.63 | - |
| YUV | 194.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 218 | 0.07 | 0.15 | 0 | 0.15 | 270 | 0.3 | 0.79 |
| Hex | CA | BA | DA | 7 | F | 0 | F | 10E | 1E | 4F |
| Octal | 312 | 272 | 332 | 7 | 17 | 0 | 17 | 416 | 36 | 117 |
| Binary | 11001010 | 10111010 | 11011010 | 111 | 1111 | 0 | 1111 | 100001110 | 11110 | 1001111 |
Color Harmonies of #CABADA
Complementary color
Monochromatic Colors of #CABADA
Black with #CABADA
Text Example
Text Example
White with #CABADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABADA; }
p { color: rgb(202,186,218); }
H1.HeaderClassName
{
color: #CABADA;
}
.AnyTagClassName
{
color: #CABADA;
}
</style>
background-color css
<style>
a { background-color: #CABADA; }
a { background-color: rgb(202,186,218); }
div.DivClassName
{
background-color: #CABADA;
}
.BgClassName
{
background-color: #CABADA;
}
</style>
border-color css
<style>
span { border-color: #CABADA; }
span { border-color: rgb(202,186,218); }
td.TdClassName
{
border-color: #CABADA;
}
.TagClassName
{
border-color: #CABADA;
}
</style>