Shades of Prelude #C8ABD5
Tints of Prelude #C8ABD5
RGB
CMYK
RGB Variations
Color information
#C8ABD5 (or 0xC8ABD5) is known color: Prelude. HEX triplet: C8, AB and D5. RGB value is (200,171,213). Sum of RGB (Red+Green+Blue) = 200+171+213=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABD5 is #37542A. Grayscale: #B8B8B8. Windows color (decimal): -3626027 or 14003144. OLE color: 14003144.
HSL color Cylindrical-coordinate representation of color #C8ABD5: hue angle of 281.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8ABD5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 171 | 213 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.16 |
| HSL | 281.43º | 0.33% | 0.75% | - |
| HSV(B) | 281.43º | 0.2% | 0.84% | - |
| XYZ | 50.39 | 46.21 | 69.21 | - |
| YUV | 184.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 213 | 0.06 | 0.20 | 0 | 0.16 | 281.43 | 0.33 | 0.75 |
| Hex | C8 | AB | D5 | 6 | 14 | 0 | 10 | 119 | 21 | 4B |
| Octal | 310 | 253 | 325 | 6 | 24 | 0 | 20 | 431 | 41 | 113 |
| Binary | 11001000 | 10101011 | 11010101 | 110 | 10100 | 0 | 10000 | 100011001 | 100001 | 1001011 |
Color Harmonies of #C8ABD5
Complementary color
Monochromatic Colors of #C8ABD5
Black with #C8ABD5
Text Example
Text Example
White with #C8ABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABD5; }
p { color: rgb(200,171,213); }
H1.HeaderClassName
{
color: #C8ABD5;
}
.AnyTagClassName
{
color: #C8ABD5;
}
</style>
background-color css
<style>
a { background-color: #C8ABD5; }
a { background-color: rgb(200,171,213); }
div.DivClassName
{
background-color: #C8ABD5;
}
.BgClassName
{
background-color: #C8ABD5;
}
</style>
border-color css
<style>
span { border-color: #C8ABD5; }
span { border-color: rgb(200,171,213); }
td.TdClassName
{
border-color: #C8ABD5;
}
.TagClassName
{
border-color: #C8ABD5;
}
</style>