Html Css Color HEX #DBB0C2 Melanie

📋 copy color: '#DBB0C2'

red 219 ◦ green 176 ◦ blue 194

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

Shades of Melanie #DBB0C2

Tints of Melanie #DBB0C2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 37.18%
G = 29.88%
B = 32.94%

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

#DBB0C2 (or 0xDBB0C2) is known color: Melanie. HEX triplet: DB, B0 and C2. RGB value is (219,176,194). Sum of RGB (Red+Green+Blue) = 219+176+194=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0C2 is #244F3D. Grayscale: #BEBEBE. Windows color (decimal): -2379582 or 12759259. OLE color: 12759259.

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

Color convert

RGB 219 176 194 -
CMYK 0 0.20 0.11 0.14
HSL 334.88º 0.37% 0.77% -
HSV(B) 334.88º 0.2% 0.86% -
XYZ 54.48 50.01 57.82 -
YUV 190.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 219 176 194 0 0.20 0.11 0.14 334.88 0.37 0.77
Hex DB B0 C2 0 14 B E 14F 25 4D
Octal 333 260 302 0 24 13 16 517 45 115
Binary 11011011 10110000 11000010 0 10100 1011 1110 101001111 100101 1001101

Color Harmonies of #DBB0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0C2

Black with #DBB0C2

Text Example


Text Example

White with #DBB0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0C2; }

 p { color: rgb(219,176,194); }

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

background-color css

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

 a { background-color: rgb(219,176,194); }

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

border-color css

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

 span { border-color: rgb(219,176,194); }

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