Html Css Color HEX #DDB6BE Melanie

📋 copy color: '#DDB6BE'

red 221 ◦ green 182 ◦ blue 190

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

Shades of Melanie #DDB6BE

Tints of Melanie #DDB6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 37.27%
G = 30.69%
B = 32.04%

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

#DDB6BE (or 0xDDB6BE) is known color: Melanie. HEX triplet: DD, B6 and BE. RGB value is (221,182,190). Sum of RGB (Red+Green+Blue) = 221+182+190=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BE is #224941. Grayscale: #C2C2C2. Windows color (decimal): -2246978 or 12498653. OLE color: 12498653.

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

Color convert

RGB 221 182 190 -
CMYK 0 0.18 0.14 0.13
HSL 347.69º 0.36% 0.79% -
HSV(B) 347.69º 0.18% 0.87% -
XYZ 55.84 52.55 55.91 -
YUV 194.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 221 182 190 0 0.18 0.14 0.13 347.69 0.36 0.79
Hex DD B6 BE 0 12 E D 15C 24 4F
Octal 335 266 276 0 22 16 15 534 44 117
Binary 11011101 10110110 10111110 0 10010 1110 1101 101011100 100100 1001111

Color Harmonies of #DDB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6BE

Black with #DDB6BE

Text Example


Text Example

White with #DDB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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