Html Css Color HEX #DCAEC2 Melanie

📋 copy color: '#DCAEC2'

red 220 ◦ green 174 ◦ blue 194

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

Shades of Melanie #DCAEC2

Tints of Melanie #DCAEC2

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

 GREEN value IS 174 (68.36% from 255) = 29.59%

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

R = 37.41%
G = 29.59%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCAEC2 (or 0xDCAEC2) is known color: Melanie. HEX triplet: DC, AE and C2. RGB value is (220,174,194). Sum of RGB (Red+Green+Blue) = 220+174+194=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC2 is #23513D. Grayscale: #BEBEBE. Windows color (decimal): -2314558 or 12758748. OLE color: 12758748.

HSL color Cylindrical-coordinate representation of color #DCAEC2: hue angle of 333.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEC2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 194 -
CMYK 0 0.21 0.12 0.14
HSL 333.91º 0.4% 0.77% -
HSV(B) 333.91º 0.21% 0.86% -
XYZ 54.39 49.38 57.7 -
YUV 190.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 220 174 194 0 0.21 0.12 0.14 333.91 0.4 0.77
Hex DC AE C2 0 15 C E 14E 28 4D
Octal 334 256 302 0 25 14 16 516 50 115
Binary 11011100 10101110 11000010 0 10101 1100 1110 101001110 101000 1001101

Color Harmonies of #DCAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEC2

Black with #DCAEC2

Text Example


Text Example

White with #DCAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEC2; }

 p { color: rgb(220,174,194); }

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

background-color css

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

 a { background-color: rgb(220,174,194); }

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

border-color css

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

 span { border-color: rgb(220,174,194); }

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