Html Css Color HEX #DDB0BC Melanie

📋 copy color: '#DDB0BC'

red 221 ◦ green 176 ◦ blue 188

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

Shades of Melanie #DDB0BC

Tints of Melanie #DDB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.09%

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

R = 37.78%
G = 30.09%
B = 32.14%

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

#DDB0BC (or 0xDDB0BC) is known color: Melanie. HEX triplet: DD, B0 and BC. RGB value is (221,176,188). Sum of RGB (Red+Green+Blue) = 221+176+188=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BC is #224F43. Grayscale: #BEBEBE. Windows color (decimal): -2248516 or 12366045. OLE color: 12366045.

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

Color convert

RGB 221 176 188 -
CMYK 0 0.20 0.15 0.13
HSL 344º 0.4% 0.78% -
HSV(B) 344º 0.2% 0.87% -
XYZ 54.42 50.05 54.37 -
YUV 190.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 221 176 188 0 0.20 0.15 0.13 344 0.4 0.78
Hex DD B0 BC 0 14 F D 158 28 4E
Octal 335 260 274 0 24 17 15 530 50 116
Binary 11011101 10110000 10111100 0 10100 1111 1101 101011000 101000 1001110

Color Harmonies of #DDB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0BC

Black with #DDB0BC

Text Example


Text Example

White with #DDB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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