Html Css Color HEX #DEADE2 Plum

📋 copy color: '#DEADE2'

red 222 ◦ green 173 ◦ blue 226

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

Shades of Plum #DEADE2

Tints of Plum #DEADE2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 226 (88.67% from 255) = 36.39%

R = 35.75%
G = 27.86%
B = 36.39%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEADE2 (or 0xDEADE2) is known color: Plum. HEX triplet: DE, AD and E2. RGB value is (222,173,226). Sum of RGB (Red+Green+Blue) = 222+173+226=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE2 is #21521D. Grayscale: #C1C1C1. Windows color (decimal): -2183710 or 14855646. OLE color: 14855646.

HSL color Cylindrical-coordinate representation of color #DEADE2: hue angle of 295.47º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEADE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 173 226 -
CMYK 0.02 0.23 0 0.11
HSL 295.47º 0.48% 0.78% -
HSV(B) 295.47º 0.23% 0.89% -
XYZ 58.8 50.91 78.68 -
YUV 193.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 222 173 226 0.02 0.23 0 0.11 295.47 0.48 0.78
Hex DE AD E2 2 17 0 B 127 30 4E
Octal 336 255 342 2 27 0 13 447 60 116
Binary 11011110 10101101 11100010 10 10111 0 1011 100100111 110000 1001110

Color Harmonies of #DEADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADE2

Black with #DEADE2

Text Example


Text Example

White with #DEADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADE2; }

 p { color: rgb(222,173,226); }

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

background-color css

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

 a { background-color: rgb(222,173,226); }

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

border-color css

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

 span { border-color: rgb(222,173,226); }

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