Html Css Color HEX #DDACBB Melanie

📋 copy color: '#DDACBB'

red 221 ◦ green 172 ◦ blue 187

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

Shades of Melanie #DDACBB

Tints of Melanie #DDACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

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

R = 38.1%
G = 29.66%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDACBB (or 0xDDACBB) is known color: Melanie. HEX triplet: DD, AC and BB. RGB value is (221,172,187). Sum of RGB (Red+Green+Blue) = 221+172+187=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBB is #225344. Grayscale: #BCBCBC. Windows color (decimal): -2249541 or 12299485. OLE color: 12299485.

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

Color convert

RGB 221 172 187 -
CMYK 0 0.22 0.15 0.13
HSL 341.63º 0.42% 0.77% -
HSV(B) 341.63º 0.22% 0.87% -
XYZ 53.54 48.47 53.55 -
YUV 188.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 221 172 187 0 0.22 0.15 0.13 341.63 0.42 0.77
Hex DD AC BB 0 16 F D 156 2A 4D
Octal 335 254 273 0 26 17 15 526 52 115
Binary 11011101 10101100 10111011 0 10110 1111 1101 101010110 101010 1001101

Color Harmonies of #DDACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACBB

Black with #DDACBB

Text Example


Text Example

White with #DDACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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