Html Css Color HEX #DDB6BF Melanie

📋 copy color: '#DDB6BF'

red 221 ◦ green 182 ◦ blue 191

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

Shades of Melanie #DDB6BF

Tints of Melanie #DDB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

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

R = 37.21%
G = 30.64%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDB6BF (or 0xDDB6BF) is known color: Melanie. HEX triplet: DD, B6 and BF. RGB value is (221,182,191). Sum of RGB (Red+Green+Blue) = 221+182+191=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BF is #224940. Grayscale: #C2C2C2. Windows color (decimal): -2246977 or 12564189. OLE color: 12564189.

HSL color Cylindrical-coordinate representation of color #DDB6BF: hue angle of 346.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6BF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 191 -
CMYK 0 0.18 0.14 0.13
HSL 346.15º 0.36% 0.79% -
HSV(B) 346.15º 0.18% 0.87% -
XYZ 55.95 52.59 56.49 -
YUV 194.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 221 182 191 0 0.18 0.14 0.13 346.15 0.36 0.79
Hex DD B6 BF 0 12 E D 15A 24 4F
Octal 335 266 277 0 22 16 15 532 44 117
Binary 11011101 10110110 10111111 0 10010 1110 1101 101011010 100100 1001111

Color Harmonies of #DDB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6BF

Black with #DDB6BF

Text Example


Text Example

White with #DDB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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