Html Css Color HEX #DCBBC7 Melanie

📋 copy color: '#DCBBC7'

red 220 ◦ green 187 ◦ blue 199

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

Shades of Melanie #DCBBC7

Tints of Melanie #DCBBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.84%

R = 36.3%
G = 30.86%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCBBC7 (or 0xDCBBC7) is known color: Melanie. HEX triplet: DC, BB and C7. RGB value is (220,187,199). Sum of RGB (Red+Green+Blue) = 220+187+199=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC7 is #234438. Grayscale: #C6C6C6. Windows color (decimal): -2311225 or 13089756. OLE color: 13089756.

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

Color convert

RGB 220 187 199 -
CMYK 0 0.15 0.10 0.14
HSL 338.18º 0.32% 0.8% -
HSV(B) 338.18º 0.15% 0.86% -
XYZ 57.59 54.88 61.59 -
YUV 198.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 220 187 199 0 0.15 0.10 0.14 338.18 0.32 0.8
Hex DC BB C7 0 F A E 152 20 50
Octal 334 273 307 0 17 12 16 522 40 120
Binary 11011100 10111011 11000111 0 1111 1010 1110 101010010 100000 1010000

Color Harmonies of #DCBBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBC7

Black with #DCBBC7

Text Example


Text Example

White with #DCBBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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