Html Css Color HEX #DEAEE0 Plum

📋 copy color: '#DEAEE0'

red 222 ◦ green 174 ◦ blue 224

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

Shades of Plum #DEAEE0

Tints of Plum #DEAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 35.81%
G = 28.06%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEAEE0 (or 0xDEAEE0) is known color: Plum. HEX triplet: DE, AE and E0. RGB value is (222,174,224). Sum of RGB (Red+Green+Blue) = 222+174+224=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE0 is #21511F. Grayscale: #C1C1C1. Windows color (decimal): -2183456 or 14724830. OLE color: 14724830.

HSL color Cylindrical-coordinate representation of color #DEAEE0: hue angle of 297.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEE0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 174 224 -
CMYK 0.01 0.22 0 0.12
HSL 297.6º 0.45% 0.78% -
HSV(B) 297.6º 0.22% 0.88% -
XYZ 58.71 51.18 77.31 -
YUV 194.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 222 174 224 0.01 0.22 0 0.12 297.6 0.45 0.78
Hex DE AE E0 1 16 0 C 12A 2D 4E
Octal 336 256 340 1 26 0 14 452 55 116
Binary 11011110 10101110 11100000 1 10110 0 1100 100101010 101101 1001110

Color Harmonies of #DEAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEE0

Black with #DEAEE0

Text Example


Text Example

White with #DEAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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