Html Css Color HEX #DCBDC6 Melanie

📋 copy color: '#DCBDC6'

red 220 ◦ green 189 ◦ blue 198

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

Shades of Melanie #DCBDC6

Tints of Melanie #DCBDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 198 (77.73% from 255) = 32.62%

R = 36.24%
G = 31.14%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCBDC6 (or 0xDCBDC6) is known color: Melanie. HEX triplet: DC, BD and C6. RGB value is (220,189,198). Sum of RGB (Red+Green+Blue) = 220+189+198=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC6 is #234239. Grayscale: #C7C7C7. Windows color (decimal): -2310714 or 13024732. OLE color: 13024732.

HSL color Cylindrical-coordinate representation of color #DCBDC6: hue angle of 342.58º degrees, saturation: 0.31, 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 #DCBDC6 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 198 -
CMYK 0 0.14 0.1 0.14
HSL 342.58º 0.31% 0.8% -
HSV(B) 342.58º 0.14% 0.86% -
XYZ 57.91 55.69 61.12 -
YUV 199.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 220 189 198 0 0.14 0.1 0.14 342.58 0.31 0.8
Hex DC BD C6 0 E A E 157 1F 50
Octal 334 275 306 0 16 12 16 527 37 120
Binary 11011100 10111101 11000110 0 1110 1010 1110 101010111 11111 1010000

Color Harmonies of #DCBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDC6

Black with #DCBDC6

Text Example


Text Example

White with #DCBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDC6; }

 p { color: rgb(220,189,198); }

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

background-color css

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

 a { background-color: rgb(220,189,198); }

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

border-color css

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

 span { border-color: rgb(220,189,198); }

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