Shades of Moon Raker #CABCD8
Tints of Moon Raker #CABCD8
RGB
CMYK
RGB Variations
Color information
#CABCD8 (or 0xCABCD8) is known color: Moon Raker. HEX triplet: CA, BC and D8. RGB value is (202,188,216). Sum of RGB (Red+Green+Blue) = 202+188+216=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD8 is #354327. Grayscale: #C3C3C3. Windows color (decimal): -3490600 or 14204106. OLE color: 14204106.
HSL color Cylindrical-coordinate representation of color #CABCD8: hue angle of 270º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABCD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 188 | 216 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 270º | 0.26% | 0.79% | - |
| HSV(B) | 270º | 0.13% | 0.85% | - |
| XYZ | 54.74 | 53.48 | 72.4 | - |
| YUV | 195.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 216 | 0.06 | 0.13 | 0 | 0.15 | 270 | 0.26 | 0.79 |
| Hex | CA | BC | D8 | 6 | D | 0 | F | 10E | 1A | 4F |
| Octal | 312 | 274 | 330 | 6 | 15 | 0 | 17 | 416 | 32 | 117 |
| Binary | 11001010 | 10111100 | 11011000 | 110 | 1101 | 0 | 1111 | 100001110 | 11010 | 1001111 |
Color Harmonies of #CABCD8
Complementary color
Monochromatic Colors of #CABCD8
Black with #CABCD8
Text Example
Text Example
White with #CABCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCD8; }
p { color: rgb(202,188,216); }
H1.HeaderClassName
{
color: #CABCD8;
}
.AnyTagClassName
{
color: #CABCD8;
}
</style>
background-color css
<style>
a { background-color: #CABCD8; }
a { background-color: rgb(202,188,216); }
div.DivClassName
{
background-color: #CABCD8;
}
.BgClassName
{
background-color: #CABCD8;
}
</style>
border-color css
<style>
span { border-color: #CABCD8; }
span { border-color: rgb(202,188,216); }
td.TdClassName
{
border-color: #CABCD8;
}
.TagClassName
{
border-color: #CABCD8;
}
</style>