Shades of Prelude #D0ADD6
Tints of Prelude #D0ADD6
RGB
CMYK
RGB Variations
Color information
#D0ADD6 (or 0xD0ADD6) is known color: Prelude. HEX triplet: D0, AD and D6. RGB value is (208,173,214). Sum of RGB (Red+Green+Blue) = 208+173+214=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADD6 is #2F5229. Grayscale: #BCBCBC. Windows color (decimal): -3101226 or 14069200. OLE color: 14069200.
HSL color Cylindrical-coordinate representation of color #D0ADD6: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ADD6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 173 | 214 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.16 |
| HSL | 291.22º | 0.33% | 0.76% | - |
| HSV(B) | 291.22º | 0.19% | 0.84% | - |
| XYZ | 53.09 | 48.15 | 70.11 | - |
| YUV | 188.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 214 | 0.03 | 0.19 | 0 | 0.16 | 291.22 | 0.33 | 0.76 |
| Hex | D0 | AD | D6 | 3 | 13 | 0 | 10 | 123 | 21 | 4C |
| Octal | 320 | 255 | 326 | 3 | 23 | 0 | 20 | 443 | 41 | 114 |
| Binary | 11010000 | 10101101 | 11010110 | 11 | 10011 | 0 | 10000 | 100100011 | 100001 | 1001100 |
Color Harmonies of #D0ADD6
Complementary color
Monochromatic Colors of #D0ADD6
Black with #D0ADD6
Text Example
Text Example
White with #D0ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADD6; }
p { color: rgb(208,173,214); }
H1.HeaderClassName
{
color: #D0ADD6;
}
.AnyTagClassName
{
color: #D0ADD6;
}
</style>
background-color css
<style>
a { background-color: #D0ADD6; }
a { background-color: rgb(208,173,214); }
div.DivClassName
{
background-color: #D0ADD6;
}
.BgClassName
{
background-color: #D0ADD6;
}
</style>
border-color css
<style>
span { border-color: #D0ADD6; }
span { border-color: rgb(208,173,214); }
td.TdClassName
{
border-color: #D0ADD6;
}
.TagClassName
{
border-color: #D0ADD6;
}
</style>