Html Css Color HEX #DCAEBB Melanie

📋 copy color: '#DCAEBB'

red 220 ◦ green 174 ◦ blue 187

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

Shades of Melanie #DCAEBB

Tints of Melanie #DCAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 37.87%
G = 29.95%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCAEBB (or 0xDCAEBB) is known color: Melanie. HEX triplet: DC, AE and BB. RGB value is (220,174,187). Sum of RGB (Red+Green+Blue) = 220+174+187=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBB is #235144. Grayscale: #BDBDBD. Windows color (decimal): -2314565 or 12299996. OLE color: 12299996.

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

Color convert

RGB 220 174 187 -
CMYK 0 0.21 0.15 0.14
HSL 343.04º 0.4% 0.77% -
HSV(B) 343.04º 0.21% 0.86% -
XYZ 53.62 49.08 53.66 -
YUV 189.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 220 174 187 0 0.21 0.15 0.14 343.04 0.4 0.77
Hex DC AE BB 0 15 F E 157 28 4D
Octal 334 256 273 0 25 17 16 527 50 115
Binary 11011100 10101110 10111011 0 10101 1111 1110 101010111 101000 1001101

Color Harmonies of #DCAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEBB

Black with #DCAEBB

Text Example


Text Example

White with #DCAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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