Html Css Color HEX #DCAEBF Melanie

📋 copy color: '#DCAEBF'

red 220 ◦ green 174 ◦ blue 191

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

Shades of Melanie #DCAEBF

Tints of Melanie #DCAEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.65%

R = 37.61%
G = 29.74%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCAEBF (or 0xDCAEBF) is known color: Melanie. HEX triplet: DC, AE and BF. RGB value is (220,174,191). Sum of RGB (Red+Green+Blue) = 220+174+191=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBF is #235140. Grayscale: #BDBDBD. Windows color (decimal): -2314561 or 12562140. OLE color: 12562140.

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

Color convert

RGB 220 174 191 -
CMYK 0 0.21 0.13 0.14
HSL 337.83º 0.4% 0.77% -
HSV(B) 337.83º 0.21% 0.86% -
XYZ 54.06 49.25 55.95 -
YUV 189.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 220 174 191 0 0.21 0.13 0.14 337.83 0.4 0.77
Hex DC AE BF 0 15 D E 152 28 4D
Octal 334 256 277 0 25 15 16 522 50 115
Binary 11011100 10101110 10111111 0 10101 1101 1110 101010010 101000 1001101

Color Harmonies of #DCAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEBF

Black with #DCAEBF

Text Example


Text Example

White with #DCAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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