Html Css Color HEX #DEACC2 Melanie

📋 copy color: '#DEACC2'

red 222 ◦ green 172 ◦ blue 194

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

Shades of Melanie #DEACC2

Tints of Melanie #DEACC2

RGB

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

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

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

R = 37.76%
G = 29.25%
B = 32.99%

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

#DEACC2 (or 0xDEACC2) is known color: Melanie. HEX triplet: DE, AC and C2. RGB value is (222,172,194). Sum of RGB (Red+Green+Blue) = 222+172+194=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACC2 is #21533D. Grayscale: #BDBDBD. Windows color (decimal): -2183998 or 12758238. OLE color: 12758238.

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

Color convert

RGB 222 172 194 -
CMYK 0 0.23 0.13 0.13
HSL 333.6º 0.43% 0.77% -
HSV(B) 333.6º 0.23% 0.87% -
XYZ 54.61 48.93 57.6 -
YUV 189.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 222 172 194 0 0.23 0.13 0.13 333.6 0.43 0.77
Hex DE AC C2 0 17 D D 14E 2B 4D
Octal 336 254 302 0 27 15 15 516 53 115
Binary 11011110 10101100 11000010 0 10111 1101 1101 101001110 101011 1001101

Color Harmonies of #DEACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACC2

Black with #DEACC2

Text Example


Text Example

White with #DEACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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