Html Css Color HEX #DDB4BF Melanie

📋 copy color: '#DDB4BF'

red 221 ◦ green 180 ◦ blue 191

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

Shades of Melanie #DDB4BF

Tints of Melanie #DDB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

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

R = 37.33%
G = 30.41%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDB4BF (or 0xDDB4BF) is known color: Melanie. HEX triplet: DD, B4 and BF. RGB value is (221,180,191). Sum of RGB (Red+Green+Blue) = 221+180+191=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BF is #224B40. Grayscale: #C1C1C1. Windows color (decimal): -2247489 or 12563677. OLE color: 12563677.

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

Color convert

RGB 221 180 191 -
CMYK 0 0.19 0.14 0.13
HSL 343.9º 0.38% 0.79% -
HSV(B) 343.9º 0.19% 0.87% -
XYZ 55.54 51.78 56.36 -
YUV 193.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 221 180 191 0 0.19 0.14 0.13 343.9 0.38 0.79
Hex DD B4 BF 0 13 E D 158 26 4F
Octal 335 264 277 0 23 16 15 530 46 117
Binary 11011101 10110100 10111111 0 10011 1110 1101 101011000 100110 1001111

Color Harmonies of #DDB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4BF

Black with #DDB4BF

Text Example


Text Example

White with #DDB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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