Html Css Color HEX #DDB3BC Melanie

📋 copy color: '#DDB3BC'

red 221 ◦ green 179 ◦ blue 188

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

Shades of Melanie #DDB3BC

Tints of Melanie #DDB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.44%

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

R = 37.59%
G = 30.44%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDB3BC (or 0xDDB3BC) is known color: Melanie. HEX triplet: DD, B3 and BC. RGB value is (221,179,188). Sum of RGB (Red+Green+Blue) = 221+179+188=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BC is #224C43. Grayscale: #C0C0C0. Windows color (decimal): -2247748 or 12366813. OLE color: 12366813.

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

Color convert

RGB 221 179 188 -
CMYK 0 0.19 0.15 0.13
HSL 347.14º 0.38% 0.78% -
HSV(B) 347.14º 0.19% 0.87% -
XYZ 55.02 51.24 54.57 -
YUV 192.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 221 179 188 0 0.19 0.15 0.13 347.14 0.38 0.78
Hex DD B3 BC 0 13 F D 15B 26 4E
Octal 335 263 274 0 23 17 15 533 46 116
Binary 11011101 10110011 10111100 0 10011 1111 1101 101011011 100110 1001110

Color Harmonies of #DDB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3BC

Black with #DDB3BC

Text Example


Text Example

White with #DDB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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