Html Css Color HEX #DEAEE8 Plum

📋 copy color: '#DEAEE8'

red 222 ◦ green 174 ◦ blue 232

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

Shades of Plum #DEAEE8

Tints of Plum #DEAEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.71%

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 35.35%
G = 27.71%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEAEE8 (or 0xDEAEE8) is known color: Plum. HEX triplet: DE, AE and E8. RGB value is (222,174,232). Sum of RGB (Red+Green+Blue) = 222+174+232=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEE8 is #215117. Grayscale: #C2C2C2. Windows color (decimal): -2183448 or 15249118. OLE color: 15249118.

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

Color convert

RGB 222 174 232 -
CMYK 0.04 0.25 0 0.09
HSL 289.66º 0.56% 0.8% -
HSV(B) 289.66º 0.25% 0.91% -
XYZ 59.83 51.63 83.16 -
YUV 194.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 222 174 232 0.04 0.25 0 0.09 289.66 0.56 0.8
Hex DE AE E8 4 19 0 9 122 38 50
Octal 336 256 350 4 31 0 11 442 70 120
Binary 11011110 10101110 11101000 100 11001 0 1001 100100010 111000 1010000

Color Harmonies of #DEAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEE8

Black with #DEAEE8

Text Example


Text Example

White with #DEAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEE8; }

 p { color: rgb(222,174,232); }

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

background-color css

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

 a { background-color: rgb(222,174,232); }

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

border-color css

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

 span { border-color: rgb(222,174,232); }

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