Shades of Prelude #D2AEDF
Tints of Prelude #D2AEDF
RGB
CMYK
RGB Variations
Color information
#D2AEDF (or 0xD2AEDF) is known color: Prelude. HEX triplet: D2, AE and DF. RGB value is (210,174,223). Sum of RGB (Red+Green+Blue) = 210+174+223=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDF is #2D5120. Grayscale: #BEBEBE. Windows color (decimal): -2969889 or 14659282. OLE color: 14659282.
HSL color Cylindrical-coordinate representation of color #D2AEDF: hue angle of 284.08º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AEDF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 174 | 223 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.13 |
| HSL | 284.08º | 0.43% | 0.78% | - |
| HSV(B) | 284.08º | 0.22% | 0.87% | - |
| XYZ | 55.03 | 49.3 | 76.43 | - |
| YUV | 190.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 223 | 0.06 | 0.22 | 0 | 0.13 | 284.08 | 0.43 | 0.78 |
| Hex | D2 | AE | DF | 6 | 16 | 0 | D | 11C | 2B | 4E |
| Octal | 322 | 256 | 337 | 6 | 26 | 0 | 15 | 434 | 53 | 116 |
| Binary | 11010010 | 10101110 | 11011111 | 110 | 10110 | 0 | 1101 | 100011100 | 101011 | 1001110 |
Color Harmonies of #D2AEDF
Complementary color
Monochromatic Colors of #D2AEDF
Black with #D2AEDF
Text Example
Text Example
White with #D2AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEDF; }
p { color: rgb(210,174,223); }
H1.HeaderClassName
{
color: #D2AEDF;
}
.AnyTagClassName
{
color: #D2AEDF;
}
</style>
background-color css
<style>
a { background-color: #D2AEDF; }
a { background-color: rgb(210,174,223); }
div.DivClassName
{
background-color: #D2AEDF;
}
.BgClassName
{
background-color: #D2AEDF;
}
</style>
border-color css
<style>
span { border-color: #D2AEDF; }
span { border-color: rgb(210,174,223); }
td.TdClassName
{
border-color: #D2AEDF;
}
.TagClassName
{
border-color: #D2AEDF;
}
</style>