Shades of Prelude #D2ADDE
Tints of Prelude #D2ADDE
RGB
CMYK
RGB Variations
Color information
#D2ADDE (or 0xD2ADDE) is known color: Prelude. HEX triplet: D2, AD and DE. RGB value is (210,173,222). Sum of RGB (Red+Green+Blue) = 210+173+222=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDE is #2D5221. Grayscale: #BDBDBD. Windows color (decimal): -2970146 or 14593490. OLE color: 14593490.
HSL color Cylindrical-coordinate representation of color #D2ADDE: hue angle of 285.31º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ADDE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 173 | 222 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.13 |
| HSL | 285.31º | 0.43% | 0.77% | - |
| HSV(B) | 285.31º | 0.22% | 0.87% | - |
| XYZ | 54.71 | 48.86 | 75.66 | - |
| YUV | 189.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 222 | 0.05 | 0.22 | 0 | 0.13 | 285.31 | 0.43 | 0.77 |
| Hex | D2 | AD | DE | 5 | 16 | 0 | D | 11D | 2B | 4D |
| Octal | 322 | 255 | 336 | 5 | 26 | 0 | 15 | 435 | 53 | 115 |
| Binary | 11010010 | 10101101 | 11011110 | 101 | 10110 | 0 | 1101 | 100011101 | 101011 | 1001101 |
Color Harmonies of #D2ADDE
Complementary color
Monochromatic Colors of #D2ADDE
Black with #D2ADDE
Text Example
Text Example
White with #D2ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADDE; }
p { color: rgb(210,173,222); }
H1.HeaderClassName
{
color: #D2ADDE;
}
.AnyTagClassName
{
color: #D2ADDE;
}
</style>
background-color css
<style>
a { background-color: #D2ADDE; }
a { background-color: rgb(210,173,222); }
div.DivClassName
{
background-color: #D2ADDE;
}
.BgClassName
{
background-color: #D2ADDE;
}
</style>
border-color css
<style>
span { border-color: #D2ADDE; }
span { border-color: rgb(210,173,222); }
td.TdClassName
{
border-color: #D2ADDE;
}
.TagClassName
{
border-color: #D2ADDE;
}
</style>