Shades of Prelude #C5ABD2
Tints of Prelude #C5ABD2
RGB
CMYK
RGB Variations
Color information
#C5ABD2 (or 0xC5ABD2) is known color: Prelude. HEX triplet: C5, AB and D2. RGB value is (197,171,210). Sum of RGB (Red+Green+Blue) = 197+171+210=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABD2 is #3A542D. Grayscale: #B7B7B7. Windows color (decimal): -3822638 or 13806533. OLE color: 13806533.
HSL color Cylindrical-coordinate representation of color #C5ABD2: hue angle of 280º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5ABD2 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 171 | 210 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.18 |
| HSL | 280º | 0.3% | 0.75% | - |
| HSV(B) | 280º | 0.19% | 0.82% | - |
| XYZ | 49.22 | 45.65 | 67.19 | - |
| YUV | 183.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 210 | 0.06 | 0.19 | 0 | 0.18 | 280 | 0.3 | 0.75 |
| Hex | C5 | AB | D2 | 6 | 13 | 0 | 12 | 118 | 1E | 4B |
| Octal | 305 | 253 | 322 | 6 | 23 | 0 | 22 | 430 | 36 | 113 |
| Binary | 11000101 | 10101011 | 11010010 | 110 | 10011 | 0 | 10010 | 100011000 | 11110 | 1001011 |
Color Harmonies of #C5ABD2
Complementary color
Monochromatic Colors of #C5ABD2
Black with #C5ABD2
Text Example
Text Example
White with #C5ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABD2; }
p { color: rgb(197,171,210); }
H1.HeaderClassName
{
color: #C5ABD2;
}
.AnyTagClassName
{
color: #C5ABD2;
}
</style>
background-color css
<style>
a { background-color: #C5ABD2; }
a { background-color: rgb(197,171,210); }
div.DivClassName
{
background-color: #C5ABD2;
}
.BgClassName
{
background-color: #C5ABD2;
}
</style>
border-color css
<style>
span { border-color: #C5ABD2; }
span { border-color: rgb(197,171,210); }
td.TdClassName
{
border-color: #C5ABD2;
}
.TagClassName
{
border-color: #C5ABD2;
}
</style>