Html Css Color HEX #DEACE5 Plum

📋 copy color: '#DEACE5'

red 222 ◦ green 172 ◦ blue 229

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

Shades of Plum #DEACE5

Tints of Plum #DEACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.61%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 35.63%
G = 27.61%
B = 36.76%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEACE5 (or 0xDEACE5) is known color: Plum. HEX triplet: DE, AC and E5. RGB value is (222,172,229). Sum of RGB (Red+Green+Blue) = 222+172+229=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE5 is #21531A. Grayscale: #C1C1C1. Windows color (decimal): -2183963 or 15051998. OLE color: 15051998.

HSL color Cylindrical-coordinate representation of color #DEACE5: hue angle of 292.63º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 172 229 -
CMYK 0.03 0.25 0 0.10
HSL 292.63º 0.52% 0.79% -
HSV(B) 292.63º 0.25% 0.9% -
XYZ 59.02 50.69 80.8 -
YUV 193.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 222 172 229 0.03 0.25 0 0.10 292.63 0.52 0.79
Hex DE AC E5 3 19 0 A 125 34 4F
Octal 336 254 345 3 31 0 12 445 64 117
Binary 11011110 10101100 11100101 11 11001 0 1010 100100101 110100 1001111

Color Harmonies of #DEACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACE5

Black with #DEACE5

Text Example


Text Example

White with #DEACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACE5; }

 p { color: rgb(222,172,229); }

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

background-color css

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

 a { background-color: rgb(222,172,229); }

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

border-color css

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

 span { border-color: rgb(222,172,229); }

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