Shades of Moon Raker #C5B8D3
Tints of Moon Raker #C5B8D3
RGB
CMYK
RGB Variations
Color information
#C5B8D3 (or 0xC5B8D3) is known color: Moon Raker. HEX triplet: C5, B8 and D3. RGB value is (197,184,211). Sum of RGB (Red+Green+Blue) = 197+184+211=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5B8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8D3 is #3A472C. Grayscale: #BEBEBE. Windows color (decimal): -3819309 or 13875397. OLE color: 13875397.
HSL color Cylindrical-coordinate representation of color #C5B8D3: hue angle of 268.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B8D3 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 197 | 184 | 211 | - |
CMYK | 0.07 | 0.13 | 0 | 0.17 |
HSL | 268.89º | 0.23% | 0.77% | - |
HSV(B) | 268.89º | 0.13% | 0.83% | - |
XYZ | 51.92 | 50.85 | 68.71 | - |
YUV | 190.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 184 | 211 | 0.07 | 0.13 | 0 | 0.17 | 268.89 | 0.23 | 0.77 |
Hex | C5 | B8 | D3 | 7 | D | 0 | 11 | 10D | 17 | 4D |
Octal | 305 | 270 | 323 | 7 | 15 | 0 | 21 | 415 | 27 | 115 |
Binary | 11000101 | 10111000 | 11010011 | 111 | 1101 | 0 | 10001 | 100001101 | 10111 | 1001101 |
Color Harmonies of #C5B8D3
Complementary color
Monochromatic Colors of #C5B8D3
Black with #C5B8D3
Text Example
Text Example
White with #C5B8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8D3; }
p { color: rgb(197,184,211); }
H1.HeaderClassName
{
color: #C5B8D3;
}
.AnyTagClassName
{
color: #C5B8D3;
}
</style>
background-color css
<style>
a { background-color: #C5B8D3; }
a { background-color: rgb(197,184,211); }
div.DivClassName
{
background-color: #C5B8D3;
}
.BgClassName
{
background-color: #C5B8D3;
}
</style>
border-color css
<style>
span { border-color: #C5B8D3; }
span { border-color: rgb(197,184,211); }
td.TdClassName
{
border-color: #C5B8D3;
}
.TagClassName
{
border-color: #C5B8D3;
}
</style>