Shades of Prelude #D0ADDB
Tints of Prelude #D0ADDB
RGB
CMYK
RGB Variations
Color information
#D0ADDB (or 0xD0ADDB) is known color: Prelude. HEX triplet: D0, AD and DB. RGB value is (208,173,219). Sum of RGB (Red+Green+Blue) = 208+173+219=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDB is #2F5224. Grayscale: #BCBCBC. Windows color (decimal): -3101221 or 14396880. OLE color: 14396880.
HSL color Cylindrical-coordinate representation of color #D0ADDB: hue angle of 285.65º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0ADDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 173 | 219 | - |
CMYK | 0.05 | 0.21 | 0 | 0.14 |
HSL | 285.65º | 0.39% | 0.77% | - |
HSV(B) | 285.65º | 0.21% | 0.86% | - |
XYZ | 53.74 | 48.41 | 73.53 | - |
YUV | 188.71 | 145.1 | 141.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 173 | 219 | 0.05 | 0.21 | 0 | 0.14 | 285.65 | 0.39 | 0.77 |
Hex | D0 | AD | DB | 5 | 15 | 0 | E | 11E | 27 | 4D |
Octal | 320 | 255 | 333 | 5 | 25 | 0 | 16 | 436 | 47 | 115 |
Binary | 11010000 | 10101101 | 11011011 | 101 | 10101 | 0 | 1110 | 100011110 | 100111 | 1001101 |
Color Harmonies of #D0ADDB
Complementary color
Monochromatic Colors of #D0ADDB
Black with #D0ADDB
Text Example
Text Example
White with #D0ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADDB; }
p { color: rgb(208,173,219); }
H1.HeaderClassName
{
color: #D0ADDB;
}
.AnyTagClassName
{
color: #D0ADDB;
}
</style>
background-color css
<style>
a { background-color: #D0ADDB; }
a { background-color: rgb(208,173,219); }
div.DivClassName
{
background-color: #D0ADDB;
}
.BgClassName
{
background-color: #D0ADDB;
}
</style>
border-color css
<style>
span { border-color: #D0ADDB; }
span { border-color: rgb(208,173,219); }
td.TdClassName
{
border-color: #D0ADDB;
}
.TagClassName
{
border-color: #D0ADDB;
}
</style>