Html Css Color HEX #DCAEC3 Melanie

📋 copy color: '#DCAEC3'

red 220 ◦ green 174 ◦ blue 195

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

Shades of Melanie #DCAEC3

Tints of Melanie #DCAEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 37.35%
G = 29.54%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCAEC3 (or 0xDCAEC3) is known color: Melanie. HEX triplet: DC, AE and C3. RGB value is (220,174,195). Sum of RGB (Red+Green+Blue) = 220+174+195=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC3 is #23513C. Grayscale: #BEBEBE. Windows color (decimal): -2314557 or 12824284. OLE color: 12824284.

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

Color convert

RGB 220 174 195 -
CMYK 0 0.21 0.11 0.14
HSL 332.61º 0.4% 0.77% -
HSV(B) 332.61º 0.21% 0.86% -
XYZ 54.5 49.43 58.3 -
YUV 190.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 220 174 195 0 0.21 0.11 0.14 332.61 0.4 0.77
Hex DC AE C3 0 15 B E 14D 28 4D
Octal 334 256 303 0 25 13 16 515 50 115
Binary 11011100 10101110 11000011 0 10101 1011 1110 101001101 101000 1001101

Color Harmonies of #DCAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEC3

Black with #DCAEC3

Text Example


Text Example

White with #DCAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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