Html Css Color HEX #DEB1E2 Plum

📋 copy color: '#DEB1E2'

red 222 ◦ green 177 ◦ blue 226

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

Shades of Plum #DEB1E2

Tints of Plum #DEB1E2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.32%

 BLUE value IS 226 (88.67% from 255) = 36.16%

R = 35.52%
G = 28.32%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEB1E2 (or 0xDEB1E2) is known color: Plum. HEX triplet: DE, B1 and E2. RGB value is (222,177,226). Sum of RGB (Red+Green+Blue) = 222+177+226=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEB1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1E2 is #214E1D. Grayscale: #C3C3C3. Windows color (decimal): -2182686 or 14856670. OLE color: 14856670.

HSL color Cylindrical-coordinate representation of color #DEB1E2: hue angle of 295.1º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB1E2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 177 226 -
CMYK 0.02 0.22 0 0.11
HSL 295.1º 0.46% 0.79% -
HSV(B) 295.1º 0.22% 0.89% -
XYZ 59.57 52.46 78.94 -
YUV 196.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 222 177 226 0.02 0.22 0 0.11 295.1 0.46 0.79
Hex DE B1 E2 2 16 0 B 127 2E 4F
Octal 336 261 342 2 26 0 13 447 56 117
Binary 11011110 10110001 11100010 10 10110 0 1011 100100111 101110 1001111

Color Harmonies of #DEB1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1E2

Black with #DEB1E2

Text Example


Text Example

White with #DEB1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1E2; }

 p { color: rgb(222,177,226); }

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

background-color css

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

 a { background-color: rgb(222,177,226); }

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

border-color css

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

 span { border-color: rgb(222,177,226); }

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