Shades of Prelude #D4AFE2
Tints of Prelude #D4AFE2
RGB
CMYK
RGB Variations
Color information
#D4AFE2 (or 0xD4AFE2) is known color: Prelude. HEX triplet: D4, AF and E2. RGB value is (212,175,226). Sum of RGB (Red+Green+Blue) = 212+175+226=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #D4AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFE2 is #2B501D. Grayscale: #BFBFBF. Windows color (decimal): -2838558 or 14856148. OLE color: 14856148.
HSL color Cylindrical-coordinate representation of color #D4AFE2: hue angle of 283.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4AFE2 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 175 | 226 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.11 |
| HSL | 283.53º | 0.47% | 0.79% | - |
| HSV(B) | 283.53º | 0.23% | 0.89% | - |
| XYZ | 56.21 | 50.15 | 78.67 | - |
| YUV | 191.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 226 | 0.06 | 0.23 | 0 | 0.11 | 283.53 | 0.47 | 0.79 |
| Hex | D4 | AF | E2 | 6 | 17 | 0 | B | 11C | 2F | 4F |
| Octal | 324 | 257 | 342 | 6 | 27 | 0 | 13 | 434 | 57 | 117 |
| Binary | 11010100 | 10101111 | 11100010 | 110 | 10111 | 0 | 1011 | 100011100 | 101111 | 1001111 |
Color Harmonies of #D4AFE2
Complementary color
Monochromatic Colors of #D4AFE2
Black with #D4AFE2
Text Example
Text Example
White with #D4AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFE2; }
p { color: rgb(212,175,226); }
H1.HeaderClassName
{
color: #D4AFE2;
}
.AnyTagClassName
{
color: #D4AFE2;
}
</style>
background-color css
<style>
a { background-color: #D4AFE2; }
a { background-color: rgb(212,175,226); }
div.DivClassName
{
background-color: #D4AFE2;
}
.BgClassName
{
background-color: #D4AFE2;
}
</style>
border-color css
<style>
span { border-color: #D4AFE2; }
span { border-color: rgb(212,175,226); }
td.TdClassName
{
border-color: #D4AFE2;
}
.TagClassName
{
border-color: #D4AFE2;
}
</style>