Html Css Color HEX #DFAAEB Plum

📋 copy color: '#DFAAEB'

red 223 ◦ green 170 ◦ blue 235

#DFAAEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DFAAEB

Tints of Plum #DFAAEB

RGB

 RED value IS 223 (87.5% from 255) = 35.51%

 GREEN value IS 170 (66.8% from 255) = 27.07%

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 35.51%
G = 27.07%
B = 37.42%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFAAEB (or 0xDFAAEB) is known color: Plum. HEX triplet: DF, AA and EB. RGB value is (223,170,235). Sum of RGB (Red+Green+Blue) = 223+170+235=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEB is #205514. Grayscale: #C1C1C1. Windows color (decimal): -2118933 or 15444703. OLE color: 15444703.

HSL color Cylindrical-coordinate representation of color #DFAAEB: hue angle of 288.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAAEB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 170 235 -
CMYK 0.05 0.28 0 0.08
HSL 288.92º 0.62% 0.79% -
HSV(B) 288.92º 0.28% 0.92% -
XYZ 59.8 50.44 85.18 -
YUV 193.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 223 170 235 0.05 0.28 0 0.08 288.92 0.62 0.79
Hex DF AA EB 5 1C 0 8 121 3E 4F
Octal 337 252 353 5 34 0 10 441 76 117
Binary 11011111 10101010 11101011 101 11100 0 1000 100100001 111110 1001111

Color Harmonies of #DFAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAEB

Black with #DFAAEB

Text Example


Text Example

White with #DFAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAEB; }

 p { color: rgb(223,170,235); }

 H1.HeaderClassName
 {
   color: #DFAAEB;
 }
 .AnyTagClassName
 {
   color: #DFAAEB;
 }
</style>

background-color css

<style>
 a { background-color: #DFAAEB; }

 a { background-color: rgb(223,170,235); }

 div.DivClassName
 {
   background-color: #DFAAEB;
 }
 .BgClassName
 {
   background-color: #DFAAEB;
 }
</style>

border-color css

<style>
 span { border-color: #DFAAEB; }

 span { border-color: rgb(223,170,235); }

 td.TdClassName
 {
   border-color: #DFAAEB;
 }
 .TagClassName
 {
   border-color: #DFAAEB;
 }
</style>