Html Css Color HEX #DEAAE7 Plum

📋 copy color: '#DEAAE7'

red 222 ◦ green 170 ◦ blue 231

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

Shades of Plum #DEAAE7

Tints of Plum #DEAAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 35.63%
G = 27.29%
B = 37.08%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEAAE7 (or 0xDEAAE7) is known color: Plum. HEX triplet: DE, AA and E7. RGB value is (222,170,231). Sum of RGB (Red+Green+Blue) = 222+170+231=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAE7 is #215518. Grayscale: #C0C0C0. Windows color (decimal): -2184473 or 15182558. OLE color: 15182558.

HSL color Cylindrical-coordinate representation of color #DEAAE7: hue angle of 291.15º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEAAE7 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 170 231 -
CMYK 0.04 0.26 0 0.09
HSL 291.15º 0.56% 0.79% -
HSV(B) 291.15º 0.26% 0.91% -
XYZ 58.92 50.05 82.16 -
YUV 192.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 222 170 231 0.04 0.26 0 0.09 291.15 0.56 0.79
Hex DE AA E7 4 1A 0 9 123 38 4F
Octal 336 252 347 4 32 0 11 443 70 117
Binary 11011110 10101010 11100111 100 11010 0 1001 100100011 111000 1001111

Color Harmonies of #DEAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAE7

Black with #DEAAE7

Text Example


Text Example

White with #DEAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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