Html Css Color HEX #DEACE2 Plum

📋 copy color: '#DEACE2'

red 222 ◦ green 172 ◦ blue 226

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

Shades of Plum #DEACE2

Tints of Plum #DEACE2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.74%

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

R = 35.81%
G = 27.74%
B = 36.45%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEACE2 (or 0xDEACE2) is known color: Plum. HEX triplet: DE, AC and E2. RGB value is (222,172,226). Sum of RGB (Red+Green+Blue) = 222+172+226=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE2 is #21531D. Grayscale: #C0C0C0. Windows color (decimal): -2183966 or 14855390. OLE color: 14855390.

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

Color convert

RGB 222 172 226 -
CMYK 0.02 0.24 0 0.11
HSL 295.56º 0.48% 0.78% -
HSV(B) 295.56º 0.24% 0.89% -
XYZ 58.6 50.53 78.62 -
YUV 193.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 222 172 226 0.02 0.24 0 0.11 295.56 0.48 0.78
Hex DE AC E2 2 18 0 B 128 30 4E
Octal 336 254 342 2 30 0 13 450 60 116
Binary 11011110 10101100 11100010 10 11000 0 1011 100101000 110000 1001110

Color Harmonies of #DEACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACE2

Black with #DEACE2

Text Example


Text Example

White with #DEACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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