Html Css Color HEX #DEA9EC Plum

📋 copy color: '#DEA9EC'

red 222 ◦ green 169 ◦ blue 236

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

Shades of Plum #DEA9EC

Tints of Plum #DEA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.95%

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

R = 35.41%
G = 26.95%
B = 37.64%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEA9EC (or 0xDEA9EC) is known color: Plum. HEX triplet: DE, A9 and EC. RGB value is (222,169,236). Sum of RGB (Red+Green+Blue) = 222+169+236=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9EC is #215613. Grayscale: #C0C0C0. Windows color (decimal): -2184724 or 15509982. OLE color: 15509982.

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

Color convert

RGB 222 169 236 -
CMYK 0.06 0.28 0 0.07
HSL 287.46º 0.64% 0.79% -
HSV(B) 287.46º 0.28% 0.93% -
XYZ 59.45 49.96 85.87 -
YUV 192.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 222 169 236 0.06 0.28 0 0.07 287.46 0.64 0.79
Hex DE A9 EC 6 1C 0 7 11F 40 4F
Octal 336 251 354 6 34 0 7 437 100 117
Binary 11011110 10101001 11101100 110 11100 0 111 100011111 1000000 1001111

Color Harmonies of #DEA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9EC

Black with #DEA9EC

Text Example


Text Example

White with #DEA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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