Html Css Color HEX #DEACC0 Melanie

📋 copy color: '#DEACC0'

red 222 ◦ green 172 ◦ blue 192

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

Shades of Melanie #DEACC0

Tints of Melanie #DEACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

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

R = 37.88%
G = 29.35%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEACC0 (or 0xDEACC0) is known color: Melanie. HEX triplet: DE, AC and C0. RGB value is (222,172,192). Sum of RGB (Red+Green+Blue) = 222+172+192=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACC0 is #21533F. Grayscale: #BDBDBD. Windows color (decimal): -2184000 or 12627166. OLE color: 12627166.

HSL color Cylindrical-coordinate representation of color #DEACC0: hue angle of 336º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACC0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 192 -
CMYK 0 0.23 0.14 0.13
HSL 336º 0.43% 0.77% -
HSV(B) 336º 0.23% 0.87% -
XYZ 54.39 48.84 56.43 -
YUV 189.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 222 172 192 0 0.23 0.14 0.13 336 0.43 0.77
Hex DE AC C0 0 17 E D 150 2B 4D
Octal 336 254 300 0 27 16 15 520 53 115
Binary 11011110 10101100 11000000 0 10111 1110 1101 101010000 101011 1001101

Color Harmonies of #DEACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACC0

Black with #DEACC0

Text Example


Text Example

White with #DEACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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