Shades of Prelude #C8A9D2
Tints of Prelude #C8A9D2
RGB
CMYK
RGB Variations
Color information
#C8A9D2 (or 0xC8A9D2) is known color: Prelude. HEX triplet: C8, A9 and D2. RGB value is (200,169,210). Sum of RGB (Red+Green+Blue) = 200+169+210=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8A9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9D2 is #37562D. Grayscale: #B6B6B6. Windows color (decimal): -3626542 or 13806024. OLE color: 13806024.
HSL color Cylindrical-coordinate representation of color #C8A9D2: hue angle of 285.37º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A9D2 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 169 | 210 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.18 |
| HSL | 285.37º | 0.31% | 0.74% | - |
| HSV(B) | 285.37º | 0.2% | 0.82% | - |
| XYZ | 49.64 | 45.31 | 67.1 | - |
| YUV | 182.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 210 | 0.05 | 0.20 | 0 | 0.18 | 285.37 | 0.31 | 0.74 |
| Hex | C8 | A9 | D2 | 5 | 14 | 0 | 12 | 11D | 1F | 4A |
| Octal | 310 | 251 | 322 | 5 | 24 | 0 | 22 | 435 | 37 | 112 |
| Binary | 11001000 | 10101001 | 11010010 | 101 | 10100 | 0 | 10010 | 100011101 | 11111 | 1001010 |
Color Harmonies of #C8A9D2
Complementary color
Monochromatic Colors of #C8A9D2
Black with #C8A9D2
Text Example
Text Example
White with #C8A9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9D2; }
p { color: rgb(200,169,210); }
H1.HeaderClassName
{
color: #C8A9D2;
}
.AnyTagClassName
{
color: #C8A9D2;
}
</style>
background-color css
<style>
a { background-color: #C8A9D2; }
a { background-color: rgb(200,169,210); }
div.DivClassName
{
background-color: #C8A9D2;
}
.BgClassName
{
background-color: #C8A9D2;
}
</style>
border-color css
<style>
span { border-color: #C8A9D2; }
span { border-color: rgb(200,169,210); }
td.TdClassName
{
border-color: #C8A9D2;
}
.TagClassName
{
border-color: #C8A9D2;
}
</style>