Shades of Moon Raker #C2B5D7
Tints of Moon Raker #C2B5D7
RGB
CMYK
RGB Variations
Color information
#C2B5D7 (or 0xC2B5D7) is known color: Moon Raker. HEX triplet: C2, B5 and D7. RGB value is (194,181,215). Sum of RGB (Red+Green+Blue) = 194+181+215=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2B5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5D7 is #3D4A28. Grayscale: #BCBCBC. Windows color (decimal): -4016681 or 14136770. OLE color: 14136770.
HSL color Cylindrical-coordinate representation of color #C2B5D7: hue angle of 262.94º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2B5D7 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 181 | 215 | - |
CMYK | 0.10 | 0.16 | 0 | 0.16 |
HSL | 262.94º | 0.3% | 0.78% | - |
HSV(B) | 262.94º | 0.16% | 0.84% | - |
XYZ | 51.04 | 49.42 | 71.14 | - |
YUV | 188.76 | 142.81 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 215 | 0.10 | 0.16 | 0 | 0.16 | 262.94 | 0.3 | 0.78 |
Hex | C2 | B5 | D7 | A | 10 | 0 | 10 | 107 | 1E | 4E |
Octal | 302 | 265 | 327 | 12 | 20 | 0 | 20 | 407 | 36 | 116 |
Binary | 11000010 | 10110101 | 11010111 | 1010 | 10000 | 0 | 10000 | 100000111 | 11110 | 1001110 |
Color Harmonies of #C2B5D7
Complementary color
Monochromatic Colors of #C2B5D7
Black with #C2B5D7
Text Example
Text Example
White with #C2B5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5D7; }
p { color: rgb(194,181,215); }
H1.HeaderClassName
{
color: #C2B5D7;
}
.AnyTagClassName
{
color: #C2B5D7;
}
</style>
background-color css
<style>
a { background-color: #C2B5D7; }
a { background-color: rgb(194,181,215); }
div.DivClassName
{
background-color: #C2B5D7;
}
.BgClassName
{
background-color: #C2B5D7;
}
</style>
border-color css
<style>
span { border-color: #C2B5D7; }
span { border-color: rgb(194,181,215); }
td.TdClassName
{
border-color: #C2B5D7;
}
.TagClassName
{
border-color: #C2B5D7;
}
</style>