Shades of Moon Raker #CABDDA
Tints of Moon Raker #CABDDA
RGB
CMYK
RGB Variations
Color information
#CABDDA (or 0xCABDDA) is known color: Moon Raker. HEX triplet: CA, BD and DA. RGB value is (202,189,218). Sum of RGB (Red+Green+Blue) = 202+189+218=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDA is #354225. Grayscale: #C4C4C4. Windows color (decimal): -3490342 or 14335434. OLE color: 14335434.
HSL color Cylindrical-coordinate representation of color #CABDDA: hue angle of 266.9º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABDDA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 189 | 218 | - |
CMYK | 0.07 | 0.13 | 0 | 0.15 |
HSL | 266.9º | 0.28% | 0.8% | - |
HSV(B) | 266.9º | 0.13% | 0.85% | - |
XYZ | 55.21 | 54.01 | 73.85 | - |
YUV | 196.19 | 140.31 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 218 | 0.07 | 0.13 | 0 | 0.15 | 266.9 | 0.28 | 0.8 |
Hex | CA | BD | DA | 7 | D | 0 | F | 10B | 1C | 50 |
Octal | 312 | 275 | 332 | 7 | 15 | 0 | 17 | 413 | 34 | 120 |
Binary | 11001010 | 10111101 | 11011010 | 111 | 1101 | 0 | 1111 | 100001011 | 11100 | 1010000 |
Color Harmonies of #CABDDA
Complementary color
Monochromatic Colors of #CABDDA
Black with #CABDDA
Text Example
Text Example
White with #CABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDDA; }
p { color: rgb(202,189,218); }
H1.HeaderClassName
{
color: #CABDDA;
}
.AnyTagClassName
{
color: #CABDDA;
}
</style>
background-color css
<style>
a { background-color: #CABDDA; }
a { background-color: rgb(202,189,218); }
div.DivClassName
{
background-color: #CABDDA;
}
.BgClassName
{
background-color: #CABDDA;
}
</style>
border-color css
<style>
span { border-color: #CABDDA; }
span { border-color: rgb(202,189,218); }
td.TdClassName
{
border-color: #CABDDA;
}
.TagClassName
{
border-color: #CABDDA;
}
</style>