Html Css Color HEX #DEAADB Plum

📋 copy color: '#DEAADB'

red 222 ◦ green 170 ◦ blue 219

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

Shades of Plum #DEAADB

Tints of Plum #DEAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 36.33%
G = 27.82%
B = 35.84%

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

#DEAADB (or 0xDEAADB) is known color: Plum. HEX triplet: DE, AA and DB. RGB value is (222,170,219). Sum of RGB (Red+Green+Blue) = 222+170+219=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADB is #215524. Grayscale: #BEBEBE. Windows color (decimal): -2184485 or 14396126. OLE color: 14396126.

HSL color Cylindrical-coordinate representation of color #DEAADB: hue angle of 303.46º 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 #DEAADB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 219 -
CMYK 0 0.23 0.01 0.13
HSL 303.46º 0.44% 0.77% -
HSV(B) 303.46º 0.23% 0.87% -
XYZ 57.29 49.39 73.53 -
YUV 191.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 222 170 219 0 0.23 0.01 0.13 303.46 0.44 0.77
Hex DE AA DB 0 17 1 D 12F 2C 4D
Octal 336 252 333 0 27 1 15 457 54 115
Binary 11011110 10101010 11011011 0 10111 1 1101 100101111 101100 1001101

Color Harmonies of #DEAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAADB

Black with #DEAADB

Text Example


Text Example

White with #DEAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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