Html Css Color HEX #DEADDD Plum

📋 copy color: '#DEADDD'

red 222 ◦ green 173 ◦ blue 221

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

Shades of Plum #DEADDD

Tints of Plum #DEADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 36.04%
G = 28.08%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEADDD (or 0xDEADDD) is known color: Plum. HEX triplet: DE, AD and DD. RGB value is (222,173,221). Sum of RGB (Red+Green+Blue) = 222+173+221=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDD is #215222. Grayscale: #C0C0C0. Windows color (decimal): -2183715 or 14527966. OLE color: 14527966.

HSL color Cylindrical-coordinate representation of color #DEADDD: hue angle of 301.22º 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 #DEADDD is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 221 -
CMYK 0 0.22 0.00 0.13
HSL 301.22º 0.43% 0.77% -
HSV(B) 301.22º 0.22% 0.87% -
XYZ 58.12 50.64 75.12 -
YUV 193.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 222 173 221 0 0.22 0.00 0.13 301.22 0.43 0.77
Hex DE AD DD 0 16 0 D 12D 2B 4D
Octal 336 255 335 0 26 0 15 455 53 115
Binary 11011110 10101101 11011101 0 10110 0 1101 100101101 101011 1001101

Color Harmonies of #DEADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADDD

Black with #DEADDD

Text Example


Text Example

White with #DEADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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