Html Css Color HEX #DEADEC Mauve

📋 copy color: '#DEADEC'

red 222 ◦ green 173 ◦ blue 236

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

Shades of Mauve #DEADEC

Tints of Mauve #DEADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 35.18%
G = 27.42%
B = 37.4%

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

#DEADEC (or 0xDEADEC) is known color: Mauve. HEX triplet: DE, AD and EC. RGB value is (222,173,236). Sum of RGB (Red+Green+Blue) = 222+173+236=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADEC is #215213. Grayscale: #C2C2C2. Windows color (decimal): -2183700 or 15511006. OLE color: 15511006.

HSL color Cylindrical-coordinate representation of color #DEADEC: hue angle of 286.67º degrees, saturation: 0.62, 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 #DEADEC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 173 236 -
CMYK 0.06 0.27 0 0.07
HSL 286.67º 0.62% 0.8% -
HSV(B) 286.67º 0.27% 0.93% -
XYZ 60.21 51.47 86.12 -
YUV 194.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 222 173 236 0.06 0.27 0 0.07 286.67 0.62 0.8
Hex DE AD EC 6 1B 0 7 11F 3E 50
Octal 336 255 354 6 33 0 7 437 76 120
Binary 11011110 10101101 11101100 110 11011 0 111 100011111 111110 1010000

Color Harmonies of #DEADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADEC

Black with #DEADEC

Text Example


Text Example

White with #DEADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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