Shades of Prelude #D2ACDA
Tints of Prelude #D2ACDA
RGB
CMYK
RGB Variations
Color information
#D2ACDA (or 0xD2ACDA) is known color: Prelude. HEX triplet: D2, AC and DA. RGB value is (210,172,218). Sum of RGB (Red+Green+Blue) = 210+172+218=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDA is #2D5325. Grayscale: #BCBCBC. Windows color (decimal): -2970406 or 14331090. OLE color: 14331090.
HSL color Cylindrical-coordinate representation of color #D2ACDA: hue angle of 289.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2ACDA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 172 | 218 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.15 |
| HSL | 289.57º | 0.38% | 0.76% | - |
| HSV(B) | 289.57º | 0.21% | 0.85% | - |
| XYZ | 53.99 | 48.27 | 72.8 | - |
| YUV | 188.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 218 | 0.04 | 0.21 | 0 | 0.15 | 289.57 | 0.38 | 0.76 |
| Hex | D2 | AC | DA | 4 | 15 | 0 | F | 122 | 26 | 4C |
| Octal | 322 | 254 | 332 | 4 | 25 | 0 | 17 | 442 | 46 | 114 |
| Binary | 11010010 | 10101100 | 11011010 | 100 | 10101 | 0 | 1111 | 100100010 | 100110 | 1001100 |
Color Harmonies of #D2ACDA
Complementary color
Monochromatic Colors of #D2ACDA
Black with #D2ACDA
Text Example
Text Example
White with #D2ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACDA; }
p { color: rgb(210,172,218); }
H1.HeaderClassName
{
color: #D2ACDA;
}
.AnyTagClassName
{
color: #D2ACDA;
}
</style>
background-color css
<style>
a { background-color: #D2ACDA; }
a { background-color: rgb(210,172,218); }
div.DivClassName
{
background-color: #D2ACDA;
}
.BgClassName
{
background-color: #D2ACDA;
}
</style>
border-color css
<style>
span { border-color: #D2ACDA; }
span { border-color: rgb(210,172,218); }
td.TdClassName
{
border-color: #D2ACDA;
}
.TagClassName
{
border-color: #D2ACDA;
}
</style>