Shades of Prelude #C5B5D1
Tints of Prelude #C5B5D1
RGB
CMYK
RGB Variations
Color information
#C5B5D1 (or 0xC5B5D1) is known color: Prelude. HEX triplet: C5, B5 and D1. RGB value is (197,181,209). Sum of RGB (Red+Green+Blue) = 197+181+209=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5D1 is #3A4A2E. Grayscale: #BCBCBC. Windows color (decimal): -3820079 or 13743557. OLE color: 13743557.
HSL color Cylindrical-coordinate representation of color #C5B5D1: hue angle of 274.29º 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 #C5B5D1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 181 | 209 | - |
CMYK | 0.06 | 0.13 | 0 | 0.18 |
HSL | 274.29º | 0.23% | 0.76% | - |
HSV(B) | 274.29º | 0.13% | 0.82% | - |
XYZ | 51.06 | 49.52 | 67.19 | - |
YUV | 188.98 | 139.3 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 181 | 209 | 0.06 | 0.13 | 0 | 0.18 | 274.29 | 0.23 | 0.76 |
Hex | C5 | B5 | D1 | 6 | D | 0 | 12 | 112 | 17 | 4C |
Octal | 305 | 265 | 321 | 6 | 15 | 0 | 22 | 422 | 27 | 114 |
Binary | 11000101 | 10110101 | 11010001 | 110 | 1101 | 0 | 10010 | 100010010 | 10111 | 1001100 |
Color Harmonies of #C5B5D1
Complementary color
Monochromatic Colors of #C5B5D1
Black with #C5B5D1
Text Example
Text Example
White with #C5B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5D1; }
p { color: rgb(197,181,209); }
H1.HeaderClassName
{
color: #C5B5D1;
}
.AnyTagClassName
{
color: #C5B5D1;
}
</style>
background-color css
<style>
a { background-color: #C5B5D1; }
a { background-color: rgb(197,181,209); }
div.DivClassName
{
background-color: #C5B5D1;
}
.BgClassName
{
background-color: #C5B5D1;
}
</style>
border-color css
<style>
span { border-color: #C5B5D1; }
span { border-color: rgb(197,181,209); }
td.TdClassName
{
border-color: #C5B5D1;
}
.TagClassName
{
border-color: #C5B5D1;
}
</style>