Html Css Color HEX #DEADC0 Melanie

📋 copy color: '#DEADC0'

red 222 ◦ green 173 ◦ blue 192

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

Shades of Melanie #DEADC0

Tints of Melanie #DEADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.71%

R = 37.82%
G = 29.47%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEADC0 (or 0xDEADC0) is known color: Melanie. HEX triplet: DE, AD and C0. RGB value is (222,173,192). Sum of RGB (Red+Green+Blue) = 222+173+192=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC0 is #21523F. Grayscale: #BDBDBD. Windows color (decimal): -2183744 or 12627422. OLE color: 12627422.

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

Color convert

RGB 222 173 192 -
CMYK 0 0.22 0.14 0.13
HSL 336.73º 0.43% 0.77% -
HSV(B) 336.73º 0.22% 0.87% -
XYZ 54.58 49.22 56.49 -
YUV 189.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 222 173 192 0 0.22 0.14 0.13 336.73 0.43 0.77
Hex DE AD C0 0 16 E D 151 2B 4D
Octal 336 255 300 0 26 16 15 521 53 115
Binary 11011110 10101101 11000000 0 10110 1110 1101 101010001 101011 1001101

Color Harmonies of #DEADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADC0

Black with #DEADC0

Text Example


Text Example

White with #DEADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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