Html Css Color HEX #DDABBF Melanie

📋 copy color: '#DDABBF'

red 221 ◦ green 171 ◦ blue 191

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

Shades of Melanie #DDABBF

Tints of Melanie #DDABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.33%

 BLUE value IS 191 (75% from 255) = 32.76%

R = 37.91%
G = 29.33%
B = 32.76%

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

#DDABBF (or 0xDDABBF) is known color: Melanie. HEX triplet: DD, AB and BF. RGB value is (221,171,191). Sum of RGB (Red+Green+Blue) = 221+171+191=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBF is #225440. Grayscale: #BCBCBC. Windows color (decimal): -2249793 or 12561373. OLE color: 12561373.

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

Color convert

RGB 221 171 191 -
CMYK 0 0.23 0.14 0.13
HSL 336º 0.42% 0.77% -
HSV(B) 336º 0.23% 0.87% -
XYZ 53.79 48.26 55.77 -
YUV 188.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 221 171 191 0 0.23 0.14 0.13 336 0.42 0.77
Hex DD AB BF 0 17 E D 150 2A 4D
Octal 335 253 277 0 27 16 15 520 52 115
Binary 11011101 10101011 10111111 0 10111 1110 1101 101010000 101010 1001101

Color Harmonies of #DDABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABBF

Black with #DDABBF

Text Example


Text Example

White with #DDABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABBF; }

 p { color: rgb(221,171,191); }

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

background-color css

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

 a { background-color: rgb(221,171,191); }

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

border-color css

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

 span { border-color: rgb(221,171,191); }

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