Html Css Color HEX #DCACBF Melanie

📋 copy color: '#DCACBF'

red 220 ◦ green 172 ◦ blue 191

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

Shades of Melanie #DCACBF

Tints of Melanie #DCACBF

RGB

 RED value IS 220 (86.33% from 255) = 37.74%

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

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

R = 37.74%
G = 29.5%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCACBF (or 0xDCACBF) is known color: Melanie. HEX triplet: DC, AC and BF. RGB value is (220,172,191). Sum of RGB (Red+Green+Blue) = 220+172+191=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBF is #235340. Grayscale: #BCBCBC. Windows color (decimal): -2315073 or 12561628. OLE color: 12561628.

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

Color convert

RGB 220 172 191 -
CMYK 0 0.22 0.13 0.14
HSL 336.25º 0.41% 0.77% -
HSV(B) 336.25º 0.22% 0.86% -
XYZ 53.67 48.48 55.82 -
YUV 188.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 220 172 191 0 0.22 0.13 0.14 336.25 0.41 0.77
Hex DC AC BF 0 16 D E 150 29 4D
Octal 334 254 277 0 26 15 16 520 51 115
Binary 11011100 10101100 10111111 0 10110 1101 1110 101010000 101001 1001101

Color Harmonies of #DCACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACBF

Black with #DCACBF

Text Example


Text Example

White with #DCACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACBF; }

 p { color: rgb(220,172,191); }

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

background-color css

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

 a { background-color: rgb(220,172,191); }

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

border-color css

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

 span { border-color: rgb(220,172,191); }

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