Html Css Color HEX #DCB1C4 Melanie

📋 copy color: '#DCB1C4'

red 220 ◦ green 177 ◦ blue 196

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

Shades of Melanie #DCB1C4

Tints of Melanie #DCB1C4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.85%

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 37.1%
G = 29.85%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCB1C4 (or 0xDCB1C4) is known color: Melanie. HEX triplet: DC, B1 and C4. RGB value is (220,177,196). Sum of RGB (Red+Green+Blue) = 220+177+196=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C4 is #234E3B. Grayscale: #BFBFBF. Windows color (decimal): -2313788 or 12890588. OLE color: 12890588.

HSL color Cylindrical-coordinate representation of color #DCB1C4: hue angle of 333.49º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1C4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 196 -
CMYK 0 0.20 0.11 0.14
HSL 333.49º 0.38% 0.78% -
HSV(B) 333.49º 0.2% 0.86% -
XYZ 55.2 50.65 59.09 -
YUV 192.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 220 177 196 0 0.20 0.11 0.14 333.49 0.38 0.78
Hex DC B1 C4 0 14 B E 14D 26 4E
Octal 334 261 304 0 24 13 16 515 46 116
Binary 11011100 10110001 11000100 0 10100 1011 1110 101001101 100110 1001110

Color Harmonies of #DCB1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1C4

Black with #DCB1C4

Text Example


Text Example

White with #DCB1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1C4; }

 p { color: rgb(220,177,196); }

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

background-color css

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

 a { background-color: rgb(220,177,196); }

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

border-color css

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

 span { border-color: rgb(220,177,196); }

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