Html Css Color HEX #DDAEC2 Melanie

📋 copy color: '#DDAEC2'

red 221 ◦ green 174 ◦ blue 194

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

Shades of Melanie #DDAEC2

Tints of Melanie #DDAEC2

RGB

 RED value IS 221 (86.72% from 255) = 37.52%

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

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

R = 37.52%
G = 29.54%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDAEC2 (or 0xDDAEC2) is known color: Melanie. HEX triplet: DD, AE and C2. RGB value is (221,174,194). Sum of RGB (Red+Green+Blue) = 221+174+194=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC2 is #22513D. Grayscale: #BEBEBE. Windows color (decimal): -2249022 or 12758749. OLE color: 12758749.

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

Color convert

RGB 221 174 194 -
CMYK 0 0.21 0.12 0.13
HSL 334.47º 0.41% 0.77% -
HSV(B) 334.47º 0.21% 0.87% -
XYZ 54.69 49.54 57.72 -
YUV 190.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 221 174 194 0 0.21 0.12 0.13 334.47 0.41 0.77
Hex DD AE C2 0 15 C D 14E 29 4D
Octal 335 256 302 0 25 14 15 516 51 115
Binary 11011101 10101110 11000010 0 10101 1100 1101 101001110 101001 1001101

Color Harmonies of #DDAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEC2

Black with #DDAEC2

Text Example


Text Example

White with #DDAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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