Html Css Color HEX #DEAADC Plum

📋 copy color: '#DEAADC'

red 222 ◦ green 170 ◦ blue 220

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

Shades of Plum #DEAADC

Tints of Plum #DEAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 36.27%
G = 27.78%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEAADC (or 0xDEAADC) is known color: Plum. HEX triplet: DE, AA and DC. RGB value is (222,170,220). Sum of RGB (Red+Green+Blue) = 222+170+220=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADC is #215523. Grayscale: #BFBFBF. Windows color (decimal): -2184484 or 14461662. OLE color: 14461662.

HSL color Cylindrical-coordinate representation of color #DEAADC: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAADC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 220 -
CMYK 0 0.23 0.01 0.13
HSL 302.31º 0.44% 0.77% -
HSV(B) 302.31º 0.23% 0.87% -
XYZ 57.42 49.45 74.23 -
YUV 191.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 222 170 220 0 0.23 0.01 0.13 302.31 0.44 0.77
Hex DE AA DC 0 17 1 D 12E 2C 4D
Octal 336 252 334 0 27 1 15 456 54 115
Binary 11011110 10101010 11011100 0 10111 1 1101 100101110 101100 1001101

Color Harmonies of #DEAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAADC

Black with #DEAADC

Text Example


Text Example

White with #DEAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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