Shades of Moon Raker #CAB8DF
Tints of Moon Raker #CAB8DF
RGB
CMYK
RGB Variations
Color information
#CAB8DF (or 0xCAB8DF) is known color: Moon Raker. HEX triplet: CA, B8 and DF. RGB value is (202,184,223). Sum of RGB (Red+Green+Blue) = 202+184+223=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8DF is #354720. Grayscale: #C1C1C1. Windows color (decimal): -3491617 or 14661834. OLE color: 14661834.
HSL color Cylindrical-coordinate representation of color #CAB8DF: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB8DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 184 | 223 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 267.69º | 0.38% | 0.8% | - |
| HSV(B) | 267.69º | 0.17% | 0.87% | - |
| XYZ | 54.82 | 52.17 | 76.99 | - |
| YUV | 193.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 223 | 0.09 | 0.17 | 0 | 0.13 | 267.69 | 0.38 | 0.8 |
| Hex | CA | B8 | DF | 9 | 11 | 0 | D | 10C | 26 | 50 |
| Octal | 312 | 270 | 337 | 11 | 21 | 0 | 15 | 414 | 46 | 120 |
| Binary | 11001010 | 10111000 | 11011111 | 1001 | 10001 | 0 | 1101 | 100001100 | 100110 | 1010000 |
Color Harmonies of #CAB8DF
Complementary color
Monochromatic Colors of #CAB8DF
Black with #CAB8DF
Text Example
Text Example
White with #CAB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8DF; }
p { color: rgb(202,184,223); }
H1.HeaderClassName
{
color: #CAB8DF;
}
.AnyTagClassName
{
color: #CAB8DF;
}
</style>
background-color css
<style>
a { background-color: #CAB8DF; }
a { background-color: rgb(202,184,223); }
div.DivClassName
{
background-color: #CAB8DF;
}
.BgClassName
{
background-color: #CAB8DF;
}
</style>
border-color css
<style>
span { border-color: #CAB8DF; }
span { border-color: rgb(202,184,223); }
td.TdClassName
{
border-color: #CAB8DF;
}
.TagClassName
{
border-color: #CAB8DF;
}
</style>