Html Css Color HEX #DCADBB Melanie

📋 copy color: '#DCADBB'

red 220 ◦ green 173 ◦ blue 187

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

Shades of Melanie #DCADBB

Tints of Melanie #DCADBB

RGB

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

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

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

R = 37.93%
G = 29.83%
B = 32.24%

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

#DCADBB (or 0xDCADBB) is known color: Melanie. HEX triplet: DC, AD and BB. RGB value is (220,173,187). Sum of RGB (Red+Green+Blue) = 220+173+187=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBB is #235244. Grayscale: #BCBCBC. Windows color (decimal): -2314821 or 12299740. OLE color: 12299740.

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

Color convert

RGB 220 173 187 -
CMYK 0 0.21 0.15 0.14
HSL 342.13º 0.4% 0.77% -
HSV(B) 342.13º 0.21% 0.86% -
XYZ 53.43 48.69 53.6 -
YUV 188.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 220 173 187 0 0.21 0.15 0.14 342.13 0.4 0.77
Hex DC AD BB 0 15 F E 156 28 4D
Octal 334 255 273 0 25 17 16 526 50 115
Binary 11011100 10101101 10111011 0 10101 1111 1110 101010110 101000 1001101

Color Harmonies of #DCADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADBB

Black with #DCADBB

Text Example


Text Example

White with #DCADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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