Html Css Color HEX #DCBBC1 Melanie

📋 copy color: '#DCBBC1'

red 220 ◦ green 187 ◦ blue 193

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

Shades of Melanie #DCBBC1

Tints of Melanie #DCBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 193 (75.78% from 255) = 32.17%

R = 36.67%
G = 31.17%
B = 32.17%

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

#DCBBC1 (or 0xDCBBC1) is known color: Melanie. HEX triplet: DC, BB and C1. RGB value is (220,187,193). Sum of RGB (Red+Green+Blue) = 220+187+193=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC1 is #23443E. Grayscale: #C5C5C5. Windows color (decimal): -2311231 or 12696540. OLE color: 12696540.

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

Color convert

RGB 220 187 193 -
CMYK 0 0.15 0.12 0.14
HSL 349.09º 0.32% 0.8% -
HSV(B) 349.09º 0.15% 0.86% -
XYZ 56.91 54.61 57.99 -
YUV 197.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 220 187 193 0 0.15 0.12 0.14 349.09 0.32 0.8
Hex DC BB C1 0 F C E 15D 20 50
Octal 334 273 301 0 17 14 16 535 40 120
Binary 11011100 10111011 11000001 0 1111 1100 1110 101011101 100000 1010000

Color Harmonies of #DCBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBC1

Black with #DCBBC1

Text Example


Text Example

White with #DCBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBC1; }

 p { color: rgb(220,187,193); }

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

background-color css

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

 a { background-color: rgb(220,187,193); }

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

border-color css

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

 span { border-color: rgb(220,187,193); }

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