Html Css Color HEX #DEABDB Plum

📋 copy color: '#DEABDB'

red 222 ◦ green 171 ◦ blue 219

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

Shades of Plum #DEABDB

Tints of Plum #DEABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.94%

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

R = 36.27%
G = 27.94%
B = 35.78%

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

#DEABDB (or 0xDEABDB) is known color: Plum. HEX triplet: DE, AB and DB. RGB value is (222,171,219). Sum of RGB (Red+Green+Blue) = 222+171+219=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABDB is #215424. Grayscale: #BFBFBF. Windows color (decimal): -2184229 or 14396382. OLE color: 14396382.

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

Color convert

RGB 222 171 219 -
CMYK 0 0.23 0.01 0.13
HSL 303.53º 0.44% 0.77% -
HSV(B) 303.53º 0.23% 0.87% -
XYZ 57.47 49.77 73.6 -
YUV 191.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 222 171 219 0 0.23 0.01 0.13 303.53 0.44 0.77
Hex DE AB DB 0 17 1 D 130 2C 4D
Octal 336 253 333 0 27 1 15 460 54 115
Binary 11011110 10101011 11011011 0 10111 1 1101 100110000 101100 1001101

Color Harmonies of #DEABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABDB

Black with #DEABDB

Text Example


Text Example

White with #DEABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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