Html Css Color HEX #DEACE0 Plum

📋 copy color: '#DEACE0'

red 222 ◦ green 172 ◦ blue 224

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

Shades of Plum #DEACE0

Tints of Plum #DEACE0

RGB

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

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

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

R = 35.92%
G = 27.83%
B = 36.25%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEACE0 (or 0xDEACE0) is known color: Plum. HEX triplet: DE, AC and E0. RGB value is (222,172,224). Sum of RGB (Red+Green+Blue) = 222+172+224=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE0 is #21531F. Grayscale: #C0C0C0. Windows color (decimal): -2183968 or 14724318. OLE color: 14724318.

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

Color convert

RGB 222 172 224 -
CMYK 0.01 0.23 0 0.12
HSL 297.69º 0.46% 0.78% -
HSV(B) 297.69º 0.23% 0.88% -
XYZ 58.33 50.42 77.18 -
YUV 192.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 222 172 224 0.01 0.23 0 0.12 297.69 0.46 0.78
Hex DE AC E0 1 17 0 C 12A 2E 4E
Octal 336 254 340 1 27 0 14 452 56 116
Binary 11011110 10101100 11100000 1 10111 0 1100 100101010 101110 1001110

Color Harmonies of #DEACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACE0

Black with #DEACE0

Text Example


Text Example

White with #DEACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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