Html Css Color HEX #DEABDD Plum

📋 copy color: '#DEABDD'

red 222 ◦ green 171 ◦ blue 221

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

Shades of Plum #DEABDD

Tints of Plum #DEABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 36.16%
G = 27.85%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEABDD (or 0xDEABDD) is known color: Plum. HEX triplet: DE, AB and DD. RGB value is (222,171,221). Sum of RGB (Red+Green+Blue) = 222+171+221=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABDD is #215422. Grayscale: #BFBFBF. Windows color (decimal): -2184227 or 14527454. OLE color: 14527454.

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

Color convert

RGB 222 171 221 -
CMYK 0 0.23 0.00 0.13
HSL 301.18º 0.44% 0.77% -
HSV(B) 301.18º 0.23% 0.87% -
XYZ 57.74 49.88 74.99 -
YUV 191.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 222 171 221 0 0.23 0.00 0.13 301.18 0.44 0.77
Hex DE AB DD 0 17 0 D 12D 2C 4D
Octal 336 253 335 0 27 0 15 455 54 115
Binary 11011110 10101011 11011101 0 10111 0 1101 100101101 101100 1001101

Color Harmonies of #DEABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABDD

Black with #DEABDD

Text Example


Text Example

White with #DEABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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