Html Css Color HEX #DFACBB Melanie

📋 copy color: '#DFACBB'

red 223 ◦ green 172 ◦ blue 187

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

Shades of Melanie #DFACBB

Tints of Melanie #DFACBB

RGB

 RED value IS 223 (87.5% from 255) = 38.32%

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

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

R = 38.32%
G = 29.55%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFACBB (or 0xDFACBB) is known color: Melanie. HEX triplet: DF, AC and BB. RGB value is (223,172,187). Sum of RGB (Red+Green+Blue) = 223+172+187=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBB is #205344. Grayscale: #BCBCBC. Windows color (decimal): -2118469 or 12299487. OLE color: 12299487.

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

Color convert

RGB 223 172 187 -
CMYK 0 0.23 0.16 0.13
HSL 342.35º 0.44% 0.77% -
HSV(B) 342.35º 0.23% 0.87% -
XYZ 54.15 48.78 53.58 -
YUV 188.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 223 172 187 0 0.23 0.16 0.13 342.35 0.44 0.77
Hex DF AC BB 0 17 10 D 156 2C 4D
Octal 337 254 273 0 27 20 15 526 54 115
Binary 11011111 10101100 10111011 0 10111 10000 1101 101010110 101100 1001101

Color Harmonies of #DFACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACBB

Black with #DFACBB

Text Example


Text Example

White with #DFACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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