Shades of Moon Raker #C2B5D1
Tints of Moon Raker #C2B5D1
RGB
CMYK
RGB Variations
Color information
#C2B5D1 (or 0xC2B5D1) is known color: Moon Raker. HEX triplet: C2, B5 and D1. RGB value is (194,181,209). Sum of RGB (Red+Green+Blue) = 194+181+209=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5D1 is #3D4A2E. Grayscale: #BBBBBB. Windows color (decimal): -4016687 or 13743554. OLE color: 13743554.
HSL color Cylindrical-coordinate representation of color #C2B5D1: hue angle of 267.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2B5D1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 181 | 209 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.18 |
| HSL | 267.86º | 0.23% | 0.76% | - |
| HSV(B) | 267.86º | 0.13% | 0.82% | - |
| XYZ | 50.28 | 49.12 | 67.15 | - |
| YUV | 188.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 209 | 0.07 | 0.13 | 0 | 0.18 | 267.86 | 0.23 | 0.76 |
| Hex | C2 | B5 | D1 | 7 | D | 0 | 12 | 10C | 17 | 4C |
| Octal | 302 | 265 | 321 | 7 | 15 | 0 | 22 | 414 | 27 | 114 |
| Binary | 11000010 | 10110101 | 11010001 | 111 | 1101 | 0 | 10010 | 100001100 | 10111 | 1001100 |
Color Harmonies of #C2B5D1
Complementary color
Monochromatic Colors of #C2B5D1
Black with #C2B5D1
Text Example
Text Example
White with #C2B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5D1; }
p { color: rgb(194,181,209); }
H1.HeaderClassName
{
color: #C2B5D1;
}
.AnyTagClassName
{
color: #C2B5D1;
}
</style>
background-color css
<style>
a { background-color: #C2B5D1; }
a { background-color: rgb(194,181,209); }
div.DivClassName
{
background-color: #C2B5D1;
}
.BgClassName
{
background-color: #C2B5D1;
}
</style>
border-color css
<style>
span { border-color: #C2B5D1; }
span { border-color: rgb(194,181,209); }
td.TdClassName
{
border-color: #C2B5D1;
}
.TagClassName
{
border-color: #C2B5D1;
}
</style>