Shades of Moon Raker #CABED7
Tints of Moon Raker #CABED7
RGB
CMYK
RGB Variations
Color information
#CABED7 (or 0xCABED7) is known color: Moon Raker. HEX triplet: CA, BE and D7. RGB value is (202,190,215). Sum of RGB (Red+Green+Blue) = 202+190+215=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED7 is #354128. Grayscale: #C4C4C4. Windows color (decimal): -3490089 or 14139082. OLE color: 14139082.
HSL color Cylindrical-coordinate representation of color #CABED7: hue angle of 268.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABED7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 190 | 215 | - |
CMYK | 0.06 | 0.12 | 0 | 0.16 |
HSL | 268.8º | 0.24% | 0.79% | - |
HSV(B) | 268.8º | 0.12% | 0.84% | - |
XYZ | 55.04 | 54.29 | 71.87 | - |
YUV | 196.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 215 | 0.06 | 0.12 | 0 | 0.16 | 268.8 | 0.24 | 0.79 |
Hex | CA | BE | D7 | 6 | C | 0 | 10 | 10D | 18 | 4F |
Octal | 312 | 276 | 327 | 6 | 14 | 0 | 20 | 415 | 30 | 117 |
Binary | 11001010 | 10111110 | 11010111 | 110 | 1100 | 0 | 10000 | 100001101 | 11000 | 1001111 |
Color Harmonies of #CABED7
Complementary color
Monochromatic Colors of #CABED7
Black with #CABED7
Text Example
Text Example
White with #CABED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABED7; }
p { color: rgb(202,190,215); }
H1.HeaderClassName
{
color: #CABED7;
}
.AnyTagClassName
{
color: #CABED7;
}
</style>
background-color css
<style>
a { background-color: #CABED7; }
a { background-color: rgb(202,190,215); }
div.DivClassName
{
background-color: #CABED7;
}
.BgClassName
{
background-color: #CABED7;
}
</style>
border-color css
<style>
span { border-color: #CABED7; }
span { border-color: rgb(202,190,215); }
td.TdClassName
{
border-color: #CABED7;
}
.TagClassName
{
border-color: #CABED7;
}
</style>