Html Css Color HEX #DEACE8 Plum

📋 copy color: '#DEACE8'

red 222 ◦ green 172 ◦ blue 232

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

Shades of Plum #DEACE8

Tints of Plum #DEACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.06%

R = 35.46%
G = 27.48%
B = 37.06%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEACE8 (or 0xDEACE8) is known color: Plum. HEX triplet: DE, AC and E8. RGB value is (222,172,232). Sum of RGB (Red+Green+Blue) = 222+172+232=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACE8 is #215317. Grayscale: #C1C1C1. Windows color (decimal): -2183960 or 15248606. OLE color: 15248606.

HSL color Cylindrical-coordinate representation of color #DEACE8: hue angle of 290º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEACE8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 172 232 -
CMYK 0.04 0.26 0 0.09
HSL 290º 0.57% 0.79% -
HSV(B) 290º 0.26% 0.91% -
XYZ 59.44 50.86 83.03 -
YUV 193.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 222 172 232 0.04 0.26 0 0.09 290 0.57 0.79
Hex DE AC E8 4 1A 0 9 122 39 4F
Octal 336 254 350 4 32 0 11 442 71 117
Binary 11011110 10101100 11101000 100 11010 0 1001 100100010 111001 1001111

Color Harmonies of #DEACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACE8

Black with #DEACE8

Text Example


Text Example

White with #DEACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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