Html Css Color HEX #DCBEC2 Melanie

📋 copy color: '#DCBEC2'

red 220 ◦ green 190 ◦ blue 194

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

Shades of Melanie #DCBEC2

Tints of Melanie #DCBEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 36.42%
G = 31.46%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCBEC2 (or 0xDCBEC2) is known color: Melanie. HEX triplet: DC, BE and C2. RGB value is (220,190,194). Sum of RGB (Red+Green+Blue) = 220+190+194=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC2 is #23413D. Grayscale: #C7C7C7. Windows color (decimal): -2310462 or 12762844. OLE color: 12762844.

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

Color convert

RGB 220 190 194 -
CMYK 0 0.14 0.12 0.14
HSL 352º 0.3% 0.8% -
HSV(B) 352º 0.14% 0.86% -
XYZ 57.67 55.94 58.8 -
YUV 199.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 220 190 194 0 0.14 0.12 0.14 352 0.3 0.8
Hex DC BE C2 0 E C E 160 1E 50
Octal 334 276 302 0 16 14 16 540 36 120
Binary 11011100 10111110 11000010 0 1110 1100 1110 101100000 11110 1010000

Color Harmonies of #DCBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEC2

Black with #DCBEC2

Text Example


Text Example

White with #DCBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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