Html Css Color HEX #DEAAEA Plum

📋 copy color: '#DEAAEA'

red 222 ◦ green 170 ◦ blue 234

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

Shades of Plum #DEAAEA

Tints of Plum #DEAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 35.46%
G = 27.16%
B = 37.38%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEAAEA (or 0xDEAAEA) is known color: Plum. HEX triplet: DE, AA and EA. RGB value is (222,170,234). Sum of RGB (Red+Green+Blue) = 222+170+234=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAEA is #215515. Grayscale: #C0C0C0. Windows color (decimal): -2184470 or 15379166. OLE color: 15379166.

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

Color convert

RGB 222 170 234 -
CMYK 0.05 0.27 0 0.08
HSL 288.75º 0.6% 0.79% -
HSV(B) 288.75º 0.27% 0.92% -
XYZ 59.35 50.22 84.41 -
YUV 192.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 222 170 234 0.05 0.27 0 0.08 288.75 0.6 0.79
Hex DE AA EA 5 1B 0 8 121 3C 4F
Octal 336 252 352 5 33 0 10 441 74 117
Binary 11011110 10101010 11101010 101 11011 0 1000 100100001 111100 1001111

Color Harmonies of #DEAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAEA

Black with #DEAAEA

Text Example


Text Example

White with #DEAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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