Html Css Color HEX #DEB0E1 Plum

📋 copy color: '#DEB0E1'

red 222 ◦ green 176 ◦ blue 225

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

Shades of Plum #DEB0E1

Tints of Plum #DEB0E1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.25%

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 35.63%
G = 28.25%
B = 36.12%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEB0E1 (or 0xDEB0E1) is known color: Plum. HEX triplet: DE, B0 and E1. RGB value is (222,176,225). Sum of RGB (Red+Green+Blue) = 222+176+225=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0E1 is #214F1E. Grayscale: #C3C3C3. Windows color (decimal): -2182943 or 14790878. OLE color: 14790878.

HSL color Cylindrical-coordinate representation of color #DEB0E1: hue angle of 296.33º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB0E1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 176 225 -
CMYK 0.01 0.22 0 0.12
HSL 296.33º 0.45% 0.79% -
HSV(B) 296.33º 0.22% 0.88% -
XYZ 59.24 52.02 78.15 -
YUV 195.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 222 176 225 0.01 0.22 0 0.12 296.33 0.45 0.79
Hex DE B0 E1 1 16 0 C 128 2D 4F
Octal 336 260 341 1 26 0 14 450 55 117
Binary 11011110 10110000 11100001 1 10110 0 1100 100101000 101101 1001111

Color Harmonies of #DEB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0E1

Black with #DEB0E1

Text Example


Text Example

White with #DEB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0E1; }

 p { color: rgb(222,176,225); }

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

background-color css

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

 a { background-color: rgb(222,176,225); }

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

border-color css

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

 span { border-color: rgb(222,176,225); }

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