Html Css Color HEX #DDAABB Melanie

📋 copy color: '#DDAABB'

red 221 ◦ green 170 ◦ blue 187

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

Shades of Melanie #DDAABB

Tints of Melanie #DDAABB

RGB

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

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

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

R = 38.24%
G = 29.41%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDAABB (or 0xDDAABB) is known color: Melanie. HEX triplet: DD, AA and BB. RGB value is (221,170,187). Sum of RGB (Red+Green+Blue) = 221+170+187=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAABB is #225544. Grayscale: #BBBBBB. Windows color (decimal): -2250053 or 12298973. OLE color: 12298973.

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

Color convert

RGB 221 170 187 -
CMYK 0 0.23 0.15 0.13
HSL 340º 0.43% 0.77% -
HSV(B) 340º 0.23% 0.87% -
XYZ 53.16 47.71 53.42 -
YUV 187.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 221 170 187 0 0.23 0.15 0.13 340 0.43 0.77
Hex DD AA BB 0 17 F D 154 2B 4D
Octal 335 252 273 0 27 17 15 524 53 115
Binary 11011101 10101010 10111011 0 10111 1111 1101 101010100 101011 1001101

Color Harmonies of #DDAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAABB

Black with #DDAABB

Text Example


Text Example

White with #DDAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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