Shades of Prelude #C8AED2
Tints of Prelude #C8AED2
RGB
CMYK
RGB Variations
Color information
#C8AED2 (or 0xC8AED2) is known color: Prelude. HEX triplet: C8, AE and D2. RGB value is (200,174,210). Sum of RGB (Red+Green+Blue) = 200+174+210=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AED2 is #37512D. Grayscale: #B9B9B9. Windows color (decimal): -3625262 or 13807304. OLE color: 13807304.
HSL color Cylindrical-coordinate representation of color #C8AED2: hue angle of 283.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8AED2 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 174 | 210 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.18 |
| HSL | 283.33º | 0.29% | 0.75% | - |
| HSV(B) | 283.33º | 0.17% | 0.82% | - |
| XYZ | 50.59 | 47.2 | 67.42 | - |
| YUV | 185.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 210 | 0.05 | 0.17 | 0 | 0.18 | 283.33 | 0.29 | 0.75 |
| Hex | C8 | AE | D2 | 5 | 11 | 0 | 12 | 11B | 1D | 4B |
| Octal | 310 | 256 | 322 | 5 | 21 | 0 | 22 | 433 | 35 | 113 |
| Binary | 11001000 | 10101110 | 11010010 | 101 | 10001 | 0 | 10010 | 100011011 | 11101 | 1001011 |
Color Harmonies of #C8AED2
Complementary color
Monochromatic Colors of #C8AED2
Black with #C8AED2
Text Example
Text Example
White with #C8AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AED2; }
p { color: rgb(200,174,210); }
H1.HeaderClassName
{
color: #C8AED2;
}
.AnyTagClassName
{
color: #C8AED2;
}
</style>
background-color css
<style>
a { background-color: #C8AED2; }
a { background-color: rgb(200,174,210); }
div.DivClassName
{
background-color: #C8AED2;
}
.BgClassName
{
background-color: #C8AED2;
}
</style>
border-color css
<style>
span { border-color: #C8AED2; }
span { border-color: rgb(200,174,210); }
td.TdClassName
{
border-color: #C8AED2;
}
.TagClassName
{
border-color: #C8AED2;
}
</style>