Shades of Prelude #D4AFDD
Tints of Prelude #D4AFDD
RGB
CMYK
RGB Variations
Color information
#D4AFDD (or 0xD4AFDD) is known color: Prelude. HEX triplet: D4, AF and DD. RGB value is (212,175,221). Sum of RGB (Red+Green+Blue) = 212+175+221=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDD is #2B5022. Grayscale: #BFBFBF. Windows color (decimal): -2838563 or 14528468. OLE color: 14528468.
HSL color Cylindrical-coordinate representation of color #D4AFDD: hue angle of 288.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AFDD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 175 | 221 | - |
CMYK | 0.04 | 0.21 | 0 | 0.13 |
HSL | 288.26º | 0.4% | 0.78% | - |
HSV(B) | 288.26º | 0.21% | 0.87% | - |
XYZ | 55.53 | 49.88 | 75.11 | - |
YUV | 191.31 | 144.76 | 142.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 175 | 221 | 0.04 | 0.21 | 0 | 0.13 | 288.26 | 0.4 | 0.78 |
Hex | D4 | AF | DD | 4 | 15 | 0 | D | 120 | 28 | 4E |
Octal | 324 | 257 | 335 | 4 | 25 | 0 | 15 | 440 | 50 | 116 |
Binary | 11010100 | 10101111 | 11011101 | 100 | 10101 | 0 | 1101 | 100100000 | 101000 | 1001110 |
Color Harmonies of #D4AFDD
Complementary color
Monochromatic Colors of #D4AFDD
Black with #D4AFDD
Text Example
Text Example
White with #D4AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFDD; }
p { color: rgb(212,175,221); }
H1.HeaderClassName
{
color: #D4AFDD;
}
.AnyTagClassName
{
color: #D4AFDD;
}
</style>
background-color css
<style>
a { background-color: #D4AFDD; }
a { background-color: rgb(212,175,221); }
div.DivClassName
{
background-color: #D4AFDD;
}
.BgClassName
{
background-color: #D4AFDD;
}
</style>
border-color css
<style>
span { border-color: #D4AFDD; }
span { border-color: rgb(212,175,221); }
td.TdClassName
{
border-color: #D4AFDD;
}
.TagClassName
{
border-color: #D4AFDD;
}
</style>