Html Css Color HEX #DEADC2 Melanie

📋 copy color: '#DEADC2'

red 222 ◦ green 173 ◦ blue 194

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

Shades of Melanie #DEADC2

Tints of Melanie #DEADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 37.69%
G = 29.37%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEADC2 (or 0xDEADC2) is known color: Melanie. HEX triplet: DE, AD and C2. RGB value is (222,173,194). Sum of RGB (Red+Green+Blue) = 222+173+194=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC2 is #21523D. Grayscale: #BEBEBE. Windows color (decimal): -2183742 or 12758494. OLE color: 12758494.

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

Color convert

RGB 222 173 194 -
CMYK 0 0.22 0.13 0.13
HSL 334.29º 0.43% 0.77% -
HSV(B) 334.29º 0.22% 0.87% -
XYZ 54.81 49.31 57.67 -
YUV 190.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 222 173 194 0 0.22 0.13 0.13 334.29 0.43 0.77
Hex DE AD C2 0 16 D D 14E 2B 4D
Octal 336 255 302 0 26 15 15 516 53 115
Binary 11011110 10101101 11000010 0 10110 1101 1101 101001110 101011 1001101

Color Harmonies of #DEADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADC2

Black with #DEADC2

Text Example


Text Example

White with #DEADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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