Shades of Prelude #C5B6D2
Tints of Prelude #C5B6D2
RGB
CMYK
RGB Variations
Color information
#C5B6D2 (or 0xC5B6D2) is known color: Prelude. HEX triplet: C5, B6 and D2. RGB value is (197,182,210). Sum of RGB (Red+Green+Blue) = 197+182+210=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5B6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6D2 is #3A492D. Grayscale: #BDBDBD. Windows color (decimal): -3819822 or 13809349. OLE color: 13809349.
HSL color Cylindrical-coordinate representation of color #C5B6D2: hue angle of 272.14º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B6D2 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 182 | 210 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.18 |
| HSL | 272.14º | 0.24% | 0.77% | - |
| HSV(B) | 272.14º | 0.13% | 0.82% | - |
| XYZ | 51.39 | 49.98 | 67.91 | - |
| YUV | 189.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 210 | 0.06 | 0.13 | 0 | 0.18 | 272.14 | 0.24 | 0.77 |
| Hex | C5 | B6 | D2 | 6 | D | 0 | 12 | 110 | 18 | 4D |
| Octal | 305 | 266 | 322 | 6 | 15 | 0 | 22 | 420 | 30 | 115 |
| Binary | 11000101 | 10110110 | 11010010 | 110 | 1101 | 0 | 10010 | 100010000 | 11000 | 1001101 |
Color Harmonies of #C5B6D2
Complementary color
Monochromatic Colors of #C5B6D2
Black with #C5B6D2
Text Example
Text Example
White with #C5B6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6D2; }
p { color: rgb(197,182,210); }
H1.HeaderClassName
{
color: #C5B6D2;
}
.AnyTagClassName
{
color: #C5B6D2;
}
</style>
background-color css
<style>
a { background-color: #C5B6D2; }
a { background-color: rgb(197,182,210); }
div.DivClassName
{
background-color: #C5B6D2;
}
.BgClassName
{
background-color: #C5B6D2;
}
</style>
border-color css
<style>
span { border-color: #C5B6D2; }
span { border-color: rgb(197,182,210); }
td.TdClassName
{
border-color: #C5B6D2;
}
.TagClassName
{
border-color: #C5B6D2;
}
</style>