Html Css Color HEX #DEACC1 Melanie

📋 copy color: '#DEACC1'

red 222 ◦ green 172 ◦ blue 193

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

Shades of Melanie #DEACC1

Tints of Melanie #DEACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 37.82%
G = 29.3%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DEACC1 (or 0xDEACC1) is known color: Melanie. HEX triplet: DE, AC and C1. RGB value is (222,172,193). Sum of RGB (Red+Green+Blue) = 222+172+193=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACC1 is #21533E. Grayscale: #BDBDBD. Windows color (decimal): -2183999 or 12692702. OLE color: 12692702.

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

Color convert

RGB 222 172 193 -
CMYK 0 0.23 0.13 0.13
HSL 334.8º 0.43% 0.77% -
HSV(B) 334.8º 0.23% 0.87% -
XYZ 54.5 48.88 57.02 -
YUV 189.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 222 172 193 0 0.23 0.13 0.13 334.8 0.43 0.77
Hex DE AC C1 0 17 D D 14F 2B 4D
Octal 336 254 301 0 27 15 15 517 53 115
Binary 11011110 10101100 11000001 0 10111 1101 1101 101001111 101011 1001101

Color Harmonies of #DEACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACC1

Black with #DEACC1

Text Example


Text Example

White with #DEACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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