Html Css Color HEX #DEAFE0 Plum

📋 copy color: '#DEAFE0'

red 222 ◦ green 175 ◦ blue 224

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

Shades of Plum #DEAFE0

Tints of Plum #DEAFE0

RGB

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

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

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

R = 35.75%
G = 28.18%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DEAFE0 (or 0xDEAFE0) is known color: Plum. HEX triplet: DE, AF and E0. RGB value is (222,175,224). Sum of RGB (Red+Green+Blue) = 222+175+224=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE0 is #21501F. Grayscale: #C2C2C2. Windows color (decimal): -2183200 or 14725086. OLE color: 14725086.

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

Color convert

RGB 222 175 224 -
CMYK 0.01 0.22 0 0.12
HSL 297.55º 0.44% 0.78% -
HSV(B) 297.55º 0.22% 0.88% -
XYZ 58.91 51.57 77.37 -
YUV 194.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 222 175 224 0.01 0.22 0 0.12 297.55 0.44 0.78
Hex DE AF E0 1 16 0 C 12A 2C 4E
Octal 336 257 340 1 26 0 14 452 54 116
Binary 11011110 10101111 11100000 1 10110 0 1100 100101010 101100 1001110

Color Harmonies of #DEAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFE0

Black with #DEAFE0

Text Example


Text Example

White with #DEAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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