Html Css Color HEX #DCADBE Melanie

📋 copy color: '#DCADBE'

red 220 ◦ green 173 ◦ blue 190

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

Shades of Melanie #DCADBE

Tints of Melanie #DCADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 37.74%
G = 29.67%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCADBE (or 0xDCADBE) is known color: Melanie. HEX triplet: DC, AD and BE. RGB value is (220,173,190). Sum of RGB (Red+Green+Blue) = 220+173+190=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBE is #235241. Grayscale: #BCBCBC. Windows color (decimal): -2314818 or 12496348. OLE color: 12496348.

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

Color convert

RGB 220 173 190 -
CMYK 0 0.21 0.14 0.14
HSL 338.3º 0.4% 0.77% -
HSV(B) 338.3º 0.21% 0.86% -
XYZ 53.75 48.82 55.31 -
YUV 188.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 220 173 190 0 0.21 0.14 0.14 338.3 0.4 0.77
Hex DC AD BE 0 15 E E 152 28 4D
Octal 334 255 276 0 25 16 16 522 50 115
Binary 11011100 10101101 10111110 0 10101 1110 1110 101010010 101000 1001101

Color Harmonies of #DCADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADBE

Black with #DCADBE

Text Example


Text Example

White with #DCADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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