Html Css Color HEX #DDB1BF Melanie

📋 copy color: '#DDB1BF'

red 221 ◦ green 177 ◦ blue 191

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

Shades of Melanie #DDB1BF

Tints of Melanie #DDB1BF

RGB

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

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

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

R = 37.52%
G = 30.05%
B = 32.43%

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

#DDB1BF (or 0xDDB1BF) is known color: Melanie. HEX triplet: DD, B1 and BF. RGB value is (221,177,191). Sum of RGB (Red+Green+Blue) = 221+177+191=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BF is #224E40. Grayscale: #BFBFBF. Windows color (decimal): -2248257 or 12562909. OLE color: 12562909.

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

Color convert

RGB 221 177 191 -
CMYK 0 0.20 0.14 0.13
HSL 340.91º 0.39% 0.78% -
HSV(B) 340.91º 0.2% 0.87% -
XYZ 54.94 50.58 56.16 -
YUV 191.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 221 177 191 0 0.20 0.14 0.13 340.91 0.39 0.78
Hex DD B1 BF 0 14 E D 155 27 4E
Octal 335 261 277 0 24 16 15 525 47 116
Binary 11011101 10110001 10111111 0 10100 1110 1101 101010101 100111 1001110

Color Harmonies of #DDB1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BF

Black with #DDB1BF

Text Example


Text Example

White with #DDB1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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