Html Css Color HEX #DEAFEA Plum

📋 copy color: '#DEAFEA'

red 222 ◦ green 175 ◦ blue 234

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

Shades of Plum #DEAFEA

Tints of Plum #DEAFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.73%

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

R = 35.18%
G = 27.73%
B = 37.08%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEAFEA (or 0xDEAFEA) is known color: Plum. HEX triplet: DE, AF and EA. RGB value is (222,175,234). Sum of RGB (Red+Green+Blue) = 222+175+234=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFEA is #215015. Grayscale: #C3C3C3. Windows color (decimal): -2183190 or 15380446. OLE color: 15380446.

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

Color convert

RGB 222 175 234 -
CMYK 0.05 0.25 0 0.08
HSL 287.8º 0.58% 0.8% -
HSV(B) 287.8º 0.25% 0.92% -
XYZ 60.31 52.13 84.73 -
YUV 195.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 222 175 234 0.05 0.25 0 0.08 287.8 0.58 0.8
Hex DE AF EA 5 19 0 8 120 3A 50
Octal 336 257 352 5 31 0 10 440 72 120
Binary 11011110 10101111 11101010 101 11001 0 1000 100100000 111010 1010000

Color Harmonies of #DEAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFEA

Black with #DEAFEA

Text Example


Text Example

White with #DEAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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