Html Css Color HEX #DBB4C0 Melanie

📋 copy color: '#DBB4C0'

red 219 ◦ green 180 ◦ blue 192

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

Shades of Melanie #DBB4C0

Tints of Melanie #DBB4C0

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 180 (70.7% from 255) = 30.46%

 BLUE value IS 192 (75.39% from 255) = 32.49%

R = 37.06%
G = 30.46%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBB4C0 (or 0xDBB4C0) is known color: Melanie. HEX triplet: DB, B4 and C0. RGB value is (219,180,192). Sum of RGB (Red+Green+Blue) = 219+180+192=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C0 is #244B3F. Grayscale: #C1C1C1. Windows color (decimal): -2378560 or 12629211. OLE color: 12629211.

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

Color convert

RGB 219 180 192 -
CMYK 0 0.18 0.12 0.14
HSL 341.54º 0.35% 0.78% -
HSV(B) 341.54º 0.18% 0.86% -
XYZ 55.05 51.51 56.91 -
YUV 193.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 219 180 192 0 0.18 0.12 0.14 341.54 0.35 0.78
Hex DB B4 C0 0 12 C E 156 23 4E
Octal 333 264 300 0 22 14 16 526 43 116
Binary 11011011 10110100 11000000 0 10010 1100 1110 101010110 100011 1001110

Color Harmonies of #DBB4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4C0

Black with #DBB4C0

Text Example


Text Example

White with #DBB4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4C0; }

 p { color: rgb(219,180,192); }

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

background-color css

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

 a { background-color: rgb(219,180,192); }

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

border-color css

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

 span { border-color: rgb(219,180,192); }

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