Html Css Color HEX #DDB1BC Melanie

📋 copy color: '#DDB1BC'

red 221 ◦ green 177 ◦ blue 188

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

Shades of Melanie #DDB1BC

Tints of Melanie #DDB1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 37.71%
G = 30.2%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDB1BC (or 0xDDB1BC) is known color: Melanie. HEX triplet: DD, B1 and BC. RGB value is (221,177,188). Sum of RGB (Red+Green+Blue) = 221+177+188=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BC is #224E43. Grayscale: #BFBFBF. Windows color (decimal): -2248260 or 12366301. OLE color: 12366301.

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

Color convert

RGB 221 177 188 -
CMYK 0 0.20 0.15 0.13
HSL 345º 0.39% 0.78% -
HSV(B) 345º 0.2% 0.87% -
XYZ 54.62 50.45 54.44 -
YUV 191.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 221 177 188 0 0.20 0.15 0.13 345 0.39 0.78
Hex DD B1 BC 0 14 F D 159 27 4E
Octal 335 261 274 0 24 17 15 531 47 116
Binary 11011101 10110001 10111100 0 10100 1111 1101 101011001 100111 1001110

Color Harmonies of #DDB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BC

Black with #DDB1BC

Text Example


Text Example

White with #DDB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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