Html Css Color HEX #DEADED Mauve

📋 copy color: '#DEADED'

red 222 ◦ green 173 ◦ blue 237

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

Shades of Mauve #DEADED

Tints of Mauve #DEADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 35.13%
G = 27.37%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEADED (or 0xDEADED) is known color: Mauve. HEX triplet: DE, AD and ED. RGB value is (222,173,237). Sum of RGB (Red+Green+Blue) = 222+173+237=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADED is #215212. Grayscale: #C2C2C2. Windows color (decimal): -2183699 or 15576542. OLE color: 15576542.

HSL color Cylindrical-coordinate representation of color #DEADED: hue angle of 285.94º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEADED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 173 237 -
CMYK 0.06 0.27 0 0.07
HSL 285.94º 0.64% 0.8% -
HSV(B) 285.94º 0.27% 0.93% -
XYZ 60.35 51.53 86.89 -
YUV 194.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 222 173 237 0.06 0.27 0 0.07 285.94 0.64 0.8
Hex DE AD ED 6 1B 0 7 11E 40 50
Octal 336 255 355 6 33 0 7 436 100 120
Binary 11011110 10101101 11101101 110 11011 0 111 100011110 1000000 1010000

Color Harmonies of #DEADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADED

Black with #DEADED

Text Example


Text Example

White with #DEADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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