Html Css Color HEX #DEAEEA Plum

📋 copy color: '#DEAEEA'

red 222 ◦ green 174 ◦ blue 234

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

Shades of Plum #DEAEEA

Tints of Plum #DEAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 35.24%
G = 27.62%
B = 37.14%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEAEEA (or 0xDEAEEA) is known color: Plum. HEX triplet: DE, AE and EA. RGB value is (222,174,234). Sum of RGB (Red+Green+Blue) = 222+174+234=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEEA is #215115. Grayscale: #C3C3C3. Windows color (decimal): -2183446 or 15380190. OLE color: 15380190.

HSL color Cylindrical-coordinate representation of color #DEAEEA: hue angle of 288º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEAEEA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 174 234 -
CMYK 0.05 0.26 0 0.08
HSL 288º 0.59% 0.8% -
HSV(B) 288º 0.26% 0.92% -
XYZ 60.11 51.74 84.66 -
YUV 195.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 222 174 234 0.05 0.26 0 0.08 288 0.59 0.8
Hex DE AE EA 5 1A 0 8 120 3B 50
Octal 336 256 352 5 32 0 10 440 73 120
Binary 11011110 10101110 11101010 101 11010 0 1000 100100000 111011 1010000

Color Harmonies of #DEAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEEA

Black with #DEAEEA

Text Example


Text Example

White with #DEAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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