Html Css Color HEX #DEB0E0 Plum

📋 copy color: '#DEB0E0'

red 222 ◦ green 176 ◦ blue 224

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

Shades of Plum #DEB0E0

Tints of Plum #DEB0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 35.69%
G = 28.3%
B = 36.01%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEB0E0 (or 0xDEB0E0) is known color: Plum. HEX triplet: DE, B0 and E0. RGB value is (222,176,224). Sum of RGB (Red+Green+Blue) = 222+176+224=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0E0 is #214F1F. Grayscale: #C3C3C3. Windows color (decimal): -2182944 or 14725342. OLE color: 14725342.

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

Color convert

RGB 222 176 224 -
CMYK 0.01 0.21 0 0.12
HSL 297.5º 0.44% 0.78% -
HSV(B) 297.5º 0.21% 0.88% -
XYZ 59.1 51.96 77.44 -
YUV 195.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 222 176 224 0.01 0.21 0 0.12 297.5 0.44 0.78
Hex DE B0 E0 1 15 0 C 12A 2C 4E
Octal 336 260 340 1 25 0 14 452 54 116
Binary 11011110 10110000 11100000 1 10101 0 1100 100101010 101100 1001110

Color Harmonies of #DEB0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0E0

Black with #DEB0E0

Text Example


Text Example

White with #DEB0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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