Shades of Prelude #D2AFE5
Tints of Prelude #D2AFE5
RGB
CMYK
RGB Variations
Color information
#D2AFE5 (or 0xD2AFE5) is known color: Prelude. HEX triplet: D2, AF and E5. RGB value is (210,175,229). Sum of RGB (Red+Green+Blue) = 210+175+229=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFE5 is #2D501A. Grayscale: #BFBFBF. Windows color (decimal): -2969627 or 15052754. OLE color: 15052754.
HSL color Cylindrical-coordinate representation of color #D2AFE5: hue angle of 278.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2AFE5 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 175 | 229 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.10 |
| HSL | 278.89º | 0.51% | 0.79% | - |
| HSV(B) | 278.89º | 0.24% | 0.9% | - |
| XYZ | 56.05 | 50.02 | 80.83 | - |
| YUV | 191.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 229 | 0.08 | 0.24 | 0 | 0.10 | 278.89 | 0.51 | 0.79 |
| Hex | D2 | AF | E5 | 8 | 18 | 0 | A | 117 | 33 | 4F |
| Octal | 322 | 257 | 345 | 10 | 30 | 0 | 12 | 427 | 63 | 117 |
| Binary | 11010010 | 10101111 | 11100101 | 1000 | 11000 | 0 | 1010 | 100010111 | 110011 | 1001111 |
Color Harmonies of #D2AFE5
Complementary color
Monochromatic Colors of #D2AFE5
Black with #D2AFE5
Text Example
Text Example
White with #D2AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFE5; }
p { color: rgb(210,175,229); }
H1.HeaderClassName
{
color: #D2AFE5;
}
.AnyTagClassName
{
color: #D2AFE5;
}
</style>
background-color css
<style>
a { background-color: #D2AFE5; }
a { background-color: rgb(210,175,229); }
div.DivClassName
{
background-color: #D2AFE5;
}
.BgClassName
{
background-color: #D2AFE5;
}
</style>
border-color css
<style>
span { border-color: #D2AFE5; }
span { border-color: rgb(210,175,229); }
td.TdClassName
{
border-color: #D2AFE5;
}
.TagClassName
{
border-color: #D2AFE5;
}
</style>