Html Css Color HEX #DEAAE3 Plum

📋 copy color: '#DEAAE3'

red 222 ◦ green 170 ◦ blue 227

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

Shades of Plum #DEAAE3

Tints of Plum #DEAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 35.86%
G = 27.46%
B = 36.67%

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

#DEAAE3 (or 0xDEAAE3) is known color: Plum. HEX triplet: DE, AA and E3. RGB value is (222,170,227). Sum of RGB (Red+Green+Blue) = 222+170+227=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE3 is #21551C. Grayscale: #BFBFBF. Windows color (decimal): -2184477 or 14920414. OLE color: 14920414.

HSL color Cylindrical-coordinate representation of color #DEAAE3: hue angle of 294.74º degrees, saturation: 0.5, 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 #DEAAE3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 170 227 -
CMYK 0.02 0.25 0 0.11
HSL 294.74º 0.5% 0.78% -
HSV(B) 294.74º 0.25% 0.89% -
XYZ 58.36 49.83 79.21 -
YUV 192.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 222 170 227 0.02 0.25 0 0.11 294.74 0.5 0.78
Hex DE AA E3 2 19 0 B 127 32 4E
Octal 336 252 343 2 31 0 13 447 62 116
Binary 11011110 10101010 11100011 10 11001 0 1011 100100111 110010 1001110

Color Harmonies of #DEAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAE3

Black with #DEAAE3

Text Example


Text Example

White with #DEAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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