Html Css Color HEX #DBB9C4 Melanie

📋 copy color: '#DBB9C4'

red 219 ◦ green 185 ◦ blue 196

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

Shades of Melanie #DBB9C4

Tints of Melanie #DBB9C4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.83%

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

R = 36.5%
G = 30.83%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBB9C4 (or 0xDBB9C4) is known color: Melanie. HEX triplet: DB, B9 and C4. RGB value is (219,185,196). Sum of RGB (Red+Green+Blue) = 219+185+196=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9C4 is #24463B. Grayscale: #C4C4C4. Windows color (decimal): -2377276 or 12892635. OLE color: 12892635.

HSL color Cylindrical-coordinate representation of color #DBB9C4: hue angle of 340.59º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9C4 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 196 -
CMYK 0 0.16 0.11 0.14
HSL 340.59º 0.32% 0.79% -
HSV(B) 340.59º 0.16% 0.86% -
XYZ 56.53 53.74 59.62 -
YUV 196.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 219 185 196 0 0.16 0.11 0.14 340.59 0.32 0.79
Hex DB B9 C4 0 10 B E 155 20 4F
Octal 333 271 304 0 20 13 16 525 40 117
Binary 11011011 10111001 11000100 0 10000 1011 1110 101010101 100000 1001111

Color Harmonies of #DBB9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9C4

Black with #DBB9C4

Text Example


Text Example

White with #DBB9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9C4; }

 p { color: rgb(219,185,196); }

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

background-color css

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

 a { background-color: rgb(219,185,196); }

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

border-color css

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

 span { border-color: rgb(219,185,196); }

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