Shades of Prelude #D0AEDF
Tints of Prelude #D0AEDF
RGB
CMYK
RGB Variations
Color information
#D0AEDF (or 0xD0AEDF) is known color: Prelude. HEX triplet: D0, AE and DF. RGB value is (208,174,223). Sum of RGB (Red+Green+Blue) = 208+174+223=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDF is #2F5120. Grayscale: #BDBDBD. Windows color (decimal): -3100961 or 14659280. OLE color: 14659280.
HSL color Cylindrical-coordinate representation of color #D0AEDF: hue angle of 281.63º 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 #D0AEDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 174 | 223 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.13 |
| HSL | 281.63º | 0.43% | 0.78% | - |
| HSV(B) | 281.63º | 0.22% | 0.87% | - |
| XYZ | 54.47 | 49.01 | 76.4 | - |
| YUV | 189.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 223 | 0.07 | 0.22 | 0 | 0.13 | 281.63 | 0.43 | 0.78 |
| Hex | D0 | AE | DF | 7 | 16 | 0 | D | 11A | 2B | 4E |
| Octal | 320 | 256 | 337 | 7 | 26 | 0 | 15 | 432 | 53 | 116 |
| Binary | 11010000 | 10101110 | 11011111 | 111 | 10110 | 0 | 1101 | 100011010 | 101011 | 1001110 |
Color Harmonies of #D0AEDF
Complementary color
Monochromatic Colors of #D0AEDF
Black with #D0AEDF
Text Example
Text Example
White with #D0AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEDF; }
p { color: rgb(208,174,223); }
H1.HeaderClassName
{
color: #D0AEDF;
}
.AnyTagClassName
{
color: #D0AEDF;
}
</style>
background-color css
<style>
a { background-color: #D0AEDF; }
a { background-color: rgb(208,174,223); }
div.DivClassName
{
background-color: #D0AEDF;
}
.BgClassName
{
background-color: #D0AEDF;
}
</style>
border-color css
<style>
span { border-color: #D0AEDF; }
span { border-color: rgb(208,174,223); }
td.TdClassName
{
border-color: #D0AEDF;
}
.TagClassName
{
border-color: #D0AEDF;
}
</style>