Html Css Color HEX #DCADBC Melanie

📋 copy color: '#DCADBC'

red 220 ◦ green 173 ◦ blue 188

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

Shades of Melanie #DCADBC

Tints of Melanie #DCADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.78%

 BLUE value IS 188 (73.83% from 255) = 32.36%

R = 37.87%
G = 29.78%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCADBC (or 0xDCADBC) is known color: Melanie. HEX triplet: DC, AD and BC. RGB value is (220,173,188). Sum of RGB (Red+Green+Blue) = 220+173+188=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBC is #235243. Grayscale: #BCBCBC. Windows color (decimal): -2314820 or 12365276. OLE color: 12365276.

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

Color convert

RGB 220 173 188 -
CMYK 0 0.21 0.15 0.14
HSL 340.85º 0.4% 0.77% -
HSV(B) 340.85º 0.21% 0.86% -
XYZ 53.54 48.73 54.16 -
YUV 188.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 220 173 188 0 0.21 0.15 0.14 340.85 0.4 0.77
Hex DC AD BC 0 15 F E 155 28 4D
Octal 334 255 274 0 25 17 16 525 50 115
Binary 11011100 10101101 10111100 0 10101 1111 1110 101010101 101000 1001101

Color Harmonies of #DCADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADBC

Black with #DCADBC

Text Example


Text Example

White with #DCADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADBC; }

 p { color: rgb(220,173,188); }

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

background-color css

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

 a { background-color: rgb(220,173,188); }

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

border-color css

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

 span { border-color: rgb(220,173,188); }

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