Shades of Prelude #C8AFD0
Tints of Prelude #C8AFD0
RGB
CMYK
RGB Variations
Color information
#C8AFD0 (or 0xC8AFD0) is known color: Prelude. HEX triplet: C8, AF and D0. RGB value is (200,175,208). Sum of RGB (Red+Green+Blue) = 200+175+208=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFD0 is #37502F. Grayscale: #BABABA. Windows color (decimal): -3625008 or 13676488. OLE color: 13676488.
HSL color Cylindrical-coordinate representation of color #C8AFD0: hue angle of 285.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8AFD0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 175 | 208 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.18 |
| HSL | 285.45º | 0.26% | 0.75% | - |
| HSV(B) | 285.45º | 0.16% | 0.82% | - |
| XYZ | 50.53 | 47.49 | 66.18 | - |
| YUV | 186.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 208 | 0.04 | 0.16 | 0 | 0.18 | 285.45 | 0.26 | 0.75 |
| Hex | C8 | AF | D0 | 4 | 10 | 0 | 12 | 11D | 1A | 4B |
| Octal | 310 | 257 | 320 | 4 | 20 | 0 | 22 | 435 | 32 | 113 |
| Binary | 11001000 | 10101111 | 11010000 | 100 | 10000 | 0 | 10010 | 100011101 | 11010 | 1001011 |
Color Harmonies of #C8AFD0
Complementary color
Monochromatic Colors of #C8AFD0
Black with #C8AFD0
Text Example
Text Example
White with #C8AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFD0; }
p { color: rgb(200,175,208); }
H1.HeaderClassName
{
color: #C8AFD0;
}
.AnyTagClassName
{
color: #C8AFD0;
}
</style>
background-color css
<style>
a { background-color: #C8AFD0; }
a { background-color: rgb(200,175,208); }
div.DivClassName
{
background-color: #C8AFD0;
}
.BgClassName
{
background-color: #C8AFD0;
}
</style>
border-color css
<style>
span { border-color: #C8AFD0; }
span { border-color: rgb(200,175,208); }
td.TdClassName
{
border-color: #C8AFD0;
}
.TagClassName
{
border-color: #C8AFD0;
}
</style>