Html Css Color HEX #DDAEC3 Melanie

📋 copy color: '#DDAEC3'

red 221 ◦ green 174 ◦ blue 195

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

Shades of Melanie #DDAEC3

Tints of Melanie #DDAEC3

RGB

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

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

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

R = 37.46%
G = 29.49%
B = 33.05%

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

#DDAEC3 (or 0xDDAEC3) is known color: Melanie. HEX triplet: DD, AE and C3. RGB value is (221,174,195). Sum of RGB (Red+Green+Blue) = 221+174+195=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC3 is #22513C. Grayscale: #BEBEBE. Windows color (decimal): -2249021 or 12824285. OLE color: 12824285.

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

Color convert

RGB 221 174 195 -
CMYK 0 0.21 0.12 0.13
HSL 333.19º 0.41% 0.77% -
HSV(B) 333.19º 0.21% 0.87% -
XYZ 54.81 49.58 58.31 -
YUV 190.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 221 174 195 0 0.21 0.12 0.13 333.19 0.41 0.77
Hex DD AE C3 0 15 C D 14D 29 4D
Octal 335 256 303 0 25 14 15 515 51 115
Binary 11011101 10101110 11000011 0 10101 1100 1101 101001101 101001 1001101

Color Harmonies of #DDAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEC3

Black with #DDAEC3

Text Example


Text Example

White with #DDAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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