Html Css Color HEX #DCBCC2 Melanie

📋 copy color: '#DCBCC2'

red 220 ◦ green 188 ◦ blue 194

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

Shades of Melanie #DCBCC2

Tints of Melanie #DCBCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.23%

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

R = 36.54%
G = 31.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCBCC2 (or 0xDCBCC2) is known color: Melanie. HEX triplet: DC, BC and C2. RGB value is (220,188,194). Sum of RGB (Red+Green+Blue) = 220+188+194=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC2 is #23433D. Grayscale: #C6C6C6. Windows color (decimal): -2310974 or 12762332. OLE color: 12762332.

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

Color convert

RGB 220 188 194 -
CMYK 0 0.15 0.12 0.14
HSL 348.75º 0.31% 0.8% -
HSV(B) 348.75º 0.15% 0.86% -
XYZ 57.24 55.08 58.65 -
YUV 198.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 220 188 194 0 0.15 0.12 0.14 348.75 0.31 0.8
Hex DC BC C2 0 F C E 15D 1F 50
Octal 334 274 302 0 17 14 16 535 37 120
Binary 11011100 10111100 11000010 0 1111 1100 1110 101011101 11111 1010000

Color Harmonies of #DCBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCC2

Black with #DCBCC2

Text Example


Text Example

White with #DCBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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