Html Css Color HEX #DEAEE6 Plum

📋 copy color: '#DEAEE6'

red 222 ◦ green 174 ◦ blue 230

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

Shades of Plum #DEAEE6

Tints of Plum #DEAEE6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.8%

 BLUE value IS 230 (90.23% from 255) = 36.74%

R = 35.46%
G = 27.8%
B = 36.74%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEAEE6 (or 0xDEAEE6) is known color: Plum. HEX triplet: DE, AE and E6. RGB value is (222,174,230). Sum of RGB (Red+Green+Blue) = 222+174+230=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEE6 is #215119. Grayscale: #C2C2C2. Windows color (decimal): -2183450 or 15118046. OLE color: 15118046.

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

Color convert

RGB 222 174 230 -
CMYK 0.03 0.24 0 0.10
HSL 291.43º 0.53% 0.79% -
HSV(B) 291.43º 0.24% 0.9% -
XYZ 59.54 51.51 81.67 -
YUV 194.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 222 174 230 0.03 0.24 0 0.10 291.43 0.53 0.79
Hex DE AE E6 3 18 0 A 123 35 4F
Octal 336 256 346 3 30 0 12 443 65 117
Binary 11011110 10101110 11100110 11 11000 0 1010 100100011 110101 1001111

Color Harmonies of #DEAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEE6

Black with #DEAEE6

Text Example


Text Example

White with #DEAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEE6; }

 p { color: rgb(222,174,230); }

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

background-color css

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

 a { background-color: rgb(222,174,230); }

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

border-color css

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

 span { border-color: rgb(222,174,230); }

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