Html Css Color HEX #DEA7EC Plum

📋 copy color: '#DEA7EC'

red 222 ◦ green 167 ◦ blue 236

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

Shades of Plum #DEA7EC

Tints of Plum #DEA7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 35.52%
G = 26.72%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEA7EC (or 0xDEA7EC) is known color: Plum. HEX triplet: DE, A7 and EC. RGB value is (222,167,236). Sum of RGB (Red+Green+Blue) = 222+167+236=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EC is #215813. Grayscale: #BFBFBF. Windows color (decimal): -2185236 or 15509470. OLE color: 15509470.

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

Color convert

RGB 222 167 236 -
CMYK 0.06 0.29 0 0.07
HSL 287.83º 0.64% 0.79% -
HSV(B) 287.83º 0.29% 0.93% -
XYZ 59.08 49.22 85.74 -
YUV 191.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 222 167 236 0.06 0.29 0 0.07 287.83 0.64 0.79
Hex DE A7 EC 6 1D 0 7 120 40 4F
Octal 336 247 354 6 35 0 7 440 100 117
Binary 11011110 10100111 11101100 110 11101 0 111 100100000 1000000 1001111

Color Harmonies of #DEA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7EC

Black with #DEA7EC

Text Example


Text Example

White with #DEA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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