Html Css Color HEX #DEAAE2 Plum

📋 copy color: '#DEAAE2'

red 222 ◦ green 170 ◦ blue 226

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

Shades of Plum #DEAAE2

Tints of Plum #DEAAE2

RGB

 RED value IS 222 (87.11% from 255) = 35.92%

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

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 35.92%
G = 27.51%
B = 36.57%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEAAE2 (or 0xDEAAE2) is known color: Plum. HEX triplet: DE, AA and E2. RGB value is (222,170,226). Sum of RGB (Red+Green+Blue) = 222+170+226=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE2 is #21551D. Grayscale: #BFBFBF. Windows color (decimal): -2184478 or 14854878. OLE color: 14854878.

HSL color Cylindrical-coordinate representation of color #DEAAE2: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEAAE2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 170 226 -
CMYK 0.02 0.25 0 0.11
HSL 295.71º 0.49% 0.78% -
HSV(B) 295.71º 0.25% 0.89% -
XYZ 58.23 49.77 78.49 -
YUV 191.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 222 170 226 0.02 0.25 0 0.11 295.71 0.49 0.78
Hex DE AA E2 2 19 0 B 128 31 4E
Octal 336 252 342 2 31 0 13 450 61 116
Binary 11011110 10101010 11100010 10 11001 0 1011 100101000 110001 1001110

Color Harmonies of #DEAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAE2

Black with #DEAAE2

Text Example


Text Example

White with #DEAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAE2; }

 p { color: rgb(222,170,226); }

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

background-color css

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

 a { background-color: rgb(222,170,226); }

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

border-color css

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

 span { border-color: rgb(222,170,226); }

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