Html Css Color HEX #DDB1BB Melanie

📋 copy color: '#DDB1BB'

red 221 ◦ green 177 ◦ blue 187

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

Shades of Melanie #DDB1BB

Tints of Melanie #DDB1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.97%

R = 37.78%
G = 30.26%
B = 31.97%

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

#DDB1BB (or 0xDDB1BB) is known color: Melanie. HEX triplet: DD, B1 and BB. RGB value is (221,177,187). Sum of RGB (Red+Green+Blue) = 221+177+187=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BB is #224E44. Grayscale: #BFBFBF. Windows color (decimal): -2248261 or 12300765. OLE color: 12300765.

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

Color convert

RGB 221 177 187 -
CMYK 0 0.20 0.15 0.13
HSL 346.36º 0.39% 0.78% -
HSV(B) 346.36º 0.2% 0.87% -
XYZ 54.51 50.4 53.87 -
YUV 191.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 221 177 187 0 0.20 0.15 0.13 346.36 0.39 0.78
Hex DD B1 BB 0 14 F D 15A 27 4E
Octal 335 261 273 0 24 17 15 532 47 116
Binary 11011101 10110001 10111011 0 10100 1111 1101 101011010 100111 1001110

Color Harmonies of #DDB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BB

Black with #DDB1BB

Text Example


Text Example

White with #DDB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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