Html Css Color HEX #DDB1BE Melanie

📋 copy color: '#DDB1BE'

red 221 ◦ green 177 ◦ blue 190

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

Shades of Melanie #DDB1BE

Tints of Melanie #DDB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.1%

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 37.59%
G = 30.1%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDB1BE (or 0xDDB1BE) is known color: Melanie. HEX triplet: DD, B1 and BE. RGB value is (221,177,190). Sum of RGB (Red+Green+Blue) = 221+177+190=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BE is #224E41. Grayscale: #BFBFBF. Windows color (decimal): -2248258 or 12497373. OLE color: 12497373.

HSL color Cylindrical-coordinate representation of color #DDB1BE: hue angle of 342.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1BE is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 190 -
CMYK 0 0.20 0.14 0.13
HSL 342.27º 0.39% 0.78% -
HSV(B) 342.27º 0.2% 0.87% -
XYZ 54.84 50.53 55.58 -
YUV 191.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 221 177 190 0 0.20 0.14 0.13 342.27 0.39 0.78
Hex DD B1 BE 0 14 E D 156 27 4E
Octal 335 261 276 0 24 16 15 526 47 116
Binary 11011101 10110001 10111110 0 10100 1110 1101 101010110 100111 1001110

Color Harmonies of #DDB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BE

Black with #DDB1BE

Text Example


Text Example

White with #DDB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BE; }

 p { color: rgb(221,177,190); }

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

background-color css

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

 a { background-color: rgb(221,177,190); }

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

border-color css

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

 span { border-color: rgb(221,177,190); }

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