Html Css Color HEX #DDB7BF Melanie

📋 copy color: '#DDB7BF'

red 221 ◦ green 183 ◦ blue 191

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

Shades of Melanie #DDB7BF

Tints of Melanie #DDB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

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

R = 37.14%
G = 30.76%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDB7BF (or 0xDDB7BF) is known color: Melanie. HEX triplet: DD, B7 and BF. RGB value is (221,183,191). Sum of RGB (Red+Green+Blue) = 221+183+191=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BF is #224840. Grayscale: #C3C3C3. Windows color (decimal): -2246721 or 12564445. OLE color: 12564445.

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

Color convert

RGB 221 183 191 -
CMYK 0 0.17 0.14 0.13
HSL 347.37º 0.36% 0.79% -
HSV(B) 347.37º 0.17% 0.87% -
XYZ 56.16 53 56.56 -
YUV 195.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 221 183 191 0 0.17 0.14 0.13 347.37 0.36 0.79
Hex DD B7 BF 0 11 E D 15B 24 4F
Octal 335 267 277 0 21 16 15 533 44 117
Binary 11011101 10110111 10111111 0 10001 1110 1101 101011011 100100 1001111

Color Harmonies of #DDB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7BF

Black with #DDB7BF

Text Example


Text Example

White with #DDB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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