Shades of Plum #DFADEB
Tints of Plum #DFADEB
RGB
CMYK
RGB Variations
Color information
#DFADEB (or 0xDFADEB) is known color: Plum. HEX triplet: DF, AD and EB. RGB value is (223,173,235). Sum of RGB (Red+Green+Blue) = 223+173+235=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADEB is #205214. Grayscale: #C2C2C2. Windows color (decimal): -2118165 or 15445471. OLE color: 15445471.
HSL color Cylindrical-coordinate representation of color #DFADEB: hue angle of 288.39º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFADEB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 173 | 235 | - |
CMYK | 0.05 | 0.26 | 0 | 0.08 |
HSL | 288.39º | 0.61% | 0.8% | - |
HSV(B) | 288.39º | 0.26% | 0.92% | - |
XYZ | 60.37 | 51.57 | 85.37 | - |
YUV | 195.02 | 150.57 | 147.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 235 | 0.05 | 0.26 | 0 | 0.08 | 288.39 | 0.61 | 0.8 |
Hex | DF | AD | EB | 5 | 1A | 0 | 8 | 120 | 3D | 50 |
Octal | 337 | 255 | 353 | 5 | 32 | 0 | 10 | 440 | 75 | 120 |
Binary | 11011111 | 10101101 | 11101011 | 101 | 11010 | 0 | 1000 | 100100000 | 111101 | 1010000 |
Color Harmonies of #DFADEB
Complementary color
Monochromatic Colors of #DFADEB
Black with #DFADEB
Text Example
Text Example
White with #DFADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADEB; }
p { color: rgb(223,173,235); }
H1.HeaderClassName
{
color: #DFADEB;
}
.AnyTagClassName
{
color: #DFADEB;
}
</style>
background-color css
<style>
a { background-color: #DFADEB; }
a { background-color: rgb(223,173,235); }
div.DivClassName
{
background-color: #DFADEB;
}
.BgClassName
{
background-color: #DFADEB;
}
</style>
border-color css
<style>
span { border-color: #DFADEB; }
span { border-color: rgb(223,173,235); }
td.TdClassName
{
border-color: #DFADEB;
}
.TagClassName
{
border-color: #DFADEB;
}
</style>