Html Css Color HEX #DEADDE Plum

📋 copy color: '#DEADDE'

red 222 ◦ green 173 ◦ blue 222

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

Shades of Plum #DEADDE

Tints of Plum #DEADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.04%

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 35.98%
G = 28.04%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEADDE (or 0xDEADDE) is known color: Plum. HEX triplet: DE, AD and DE. RGB value is (222,173,222). Sum of RGB (Red+Green+Blue) = 222+173+222=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDE is #215221. Grayscale: #C1C1C1. Windows color (decimal): -2183714 or 14593502. OLE color: 14593502.

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

Color convert

RGB 222 173 222 -
CMYK 0 0.22 0 0.13
HSL 300º 0.43% 0.77% -
HSV(B) 300º 0.22% 0.87% -
XYZ 58.25 50.69 75.82 -
YUV 193.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 222 173 222 0 0.22 0 0.13 300 0.43 0.77
Hex DE AD DE 0 16 0 D 12C 2B 4D
Octal 336 255 336 0 26 0 15 454 53 115
Binary 11011110 10101101 11011110 0 10110 0 1101 100101100 101011 1001101

Color Harmonies of #DEADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADDE

Black with #DEADDE

Text Example


Text Example

White with #DEADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADDE; }

 p { color: rgb(222,173,222); }

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

background-color css

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

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

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

border-color css

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

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

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