Html Css Color HEX #DDAABD Melanie

📋 copy color: '#DDAABD'

red 221 ◦ green 170 ◦ blue 189

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

Shades of Melanie #DDAABD

Tints of Melanie #DDAABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 38.1%
G = 29.31%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDAABD (or 0xDDAABD) is known color: Melanie. HEX triplet: DD, AA and BD. RGB value is (221,170,189). Sum of RGB (Red+Green+Blue) = 221+170+189=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAABD is #225542. Grayscale: #BBBBBB. Windows color (decimal): -2250051 or 12430045. OLE color: 12430045.

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

Color convert

RGB 221 170 189 -
CMYK 0 0.23 0.14 0.13
HSL 337.65º 0.43% 0.77% -
HSV(B) 337.65º 0.23% 0.87% -
XYZ 53.38 47.8 54.56 -
YUV 187.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 221 170 189 0 0.23 0.14 0.13 337.65 0.43 0.77
Hex DD AA BD 0 17 E D 152 2B 4D
Octal 335 252 275 0 27 16 15 522 53 115
Binary 11011101 10101010 10111101 0 10111 1110 1101 101010010 101011 1001101

Color Harmonies of #DDAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAABD

Black with #DDAABD

Text Example


Text Example

White with #DDAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAABD; }

 p { color: rgb(221,170,189); }

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

background-color css

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

 a { background-color: rgb(221,170,189); }

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

border-color css

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

 span { border-color: rgb(221,170,189); }

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