Html Css Color HEX #DEAEDF Plum

📋 copy color: '#DEAEDF'

red 222 ◦ green 174 ◦ blue 223

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

Shades of Plum #DEAEDF

Tints of Plum #DEAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 35.86%
G = 28.11%
B = 36.03%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEAEDF (or 0xDEAEDF) is known color: Plum. HEX triplet: DE, AE and DF. RGB value is (222,174,223). Sum of RGB (Red+Green+Blue) = 222+174+223=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDF is #215120. Grayscale: #C1C1C1. Windows color (decimal): -2183457 or 14659294. OLE color: 14659294.

HSL color Cylindrical-coordinate representation of color #DEAEDF: hue angle of 298.78º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEDF is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 174 223 -
CMYK 0.00 0.22 0 0.13
HSL 298.78º 0.43% 0.78% -
HSV(B) 298.78º 0.22% 0.87% -
XYZ 58.58 51.13 76.59 -
YUV 193.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 222 174 223 0.00 0.22 0 0.13 298.78 0.43 0.78
Hex DE AE DF 0 16 0 D 12B 2B 4E
Octal 336 256 337 0 26 0 15 453 53 116
Binary 11011110 10101110 11011111 0 10110 0 1101 100101011 101011 1001110

Color Harmonies of #DEAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEDF

Black with #DEAEDF

Text Example


Text Example

White with #DEAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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