Html Css Color HEX #DDB1BD Melanie

📋 copy color: '#DDB1BD'

red 221 ◦ green 177 ◦ blue 189

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

Shades of Melanie #DDB1BD

Tints of Melanie #DDB1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 37.65%
G = 30.15%
B = 32.2%

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

#DDB1BD (or 0xDDB1BD) is known color: Melanie. HEX triplet: DD, B1 and BD. RGB value is (221,177,189). Sum of RGB (Red+Green+Blue) = 221+177+189=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BD is #224E42. Grayscale: #BFBFBF. Windows color (decimal): -2248259 or 12431837. OLE color: 12431837.

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

Color convert

RGB 221 177 189 -
CMYK 0 0.20 0.14 0.13
HSL 343.64º 0.39% 0.78% -
HSV(B) 343.64º 0.2% 0.87% -
XYZ 54.73 50.49 55.01 -
YUV 191.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 221 177 189 0 0.20 0.14 0.13 343.64 0.39 0.78
Hex DD B1 BD 0 14 E D 158 27 4E
Octal 335 261 275 0 24 16 15 530 47 116
Binary 11011101 10110001 10111101 0 10100 1110 1101 101011000 100111 1001110

Color Harmonies of #DDB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BD

Black with #DDB1BD

Text Example


Text Example

White with #DDB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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