Html Css Color HEX #DEA7EB Plum

📋 copy color: '#DEA7EB'

red 222 ◦ green 167 ◦ blue 235

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

Shades of Plum #DEA7EB

Tints of Plum #DEA7EB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 35.58%
G = 26.76%
B = 37.66%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEA7EB (or 0xDEA7EB) is known color: Plum. HEX triplet: DE, A7 and EB. RGB value is (222,167,235). Sum of RGB (Red+Green+Blue) = 222+167+235=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EB is #215814. Grayscale: #BEBEBE. Windows color (decimal): -2185237 or 15443934. OLE color: 15443934.

HSL color Cylindrical-coordinate representation of color #DEA7EB: hue angle of 288.53º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA7EB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 167 235 -
CMYK 0.06 0.29 0 0.08
HSL 288.53º 0.63% 0.79% -
HSV(B) 288.53º 0.29% 0.92% -
XYZ 58.94 49.17 84.98 -
YUV 191.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 222 167 235 0.06 0.29 0 0.08 288.53 0.63 0.79
Hex DE A7 EB 6 1D 0 8 121 3F 4F
Octal 336 247 353 6 35 0 10 441 77 117
Binary 11011110 10100111 11101011 110 11101 0 1000 100100001 111111 1001111

Color Harmonies of #DEA7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7EB

Black with #DEA7EB

Text Example


Text Example

White with #DEA7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7EB; }

 p { color: rgb(222,167,235); }

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

background-color css

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

 a { background-color: rgb(222,167,235); }

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

border-color css

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

 span { border-color: rgb(222,167,235); }

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