Html Css Color HEX #DCBEC7 Melanie

📋 copy color: '#DCBEC7'

red 220 ◦ green 190 ◦ blue 199

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

Shades of Melanie #DCBEC7

Tints of Melanie #DCBEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 36.12%
G = 31.2%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCBEC7 (or 0xDCBEC7) is known color: Melanie. HEX triplet: DC, BE and C7. RGB value is (220,190,199). Sum of RGB (Red+Green+Blue) = 220+190+199=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC7 is #234138. Grayscale: #C7C7C7. Windows color (decimal): -2310457 or 13090524. OLE color: 13090524.

HSL color Cylindrical-coordinate representation of color #DCBEC7: hue angle of 342º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEC7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 199 -
CMYK 0 0.14 0.10 0.14
HSL 342º 0.3% 0.8% -
HSV(B) 342º 0.14% 0.86% -
XYZ 58.24 56.17 61.8 -
YUV 200 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 220 190 199 0 0.14 0.10 0.14 342 0.3 0.8
Hex DC BE C7 0 E A E 156 1E 50
Octal 334 276 307 0 16 12 16 526 36 120
Binary 11011100 10111110 11000111 0 1110 1010 1110 101010110 11110 1010000

Color Harmonies of #DCBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEC7

Black with #DCBEC7

Text Example


Text Example

White with #DCBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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