Html Css Color HEX #DBB6C4 Melanie

📋 copy color: '#DBB6C4'

red 219 ◦ green 182 ◦ blue 196

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

Shades of Melanie #DBB6C4

Tints of Melanie #DBB6C4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.49%

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

R = 36.68%
G = 30.49%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBB6C4 (or 0xDBB6C4) is known color: Melanie. HEX triplet: DB, B6 and C4. RGB value is (219,182,196). Sum of RGB (Red+Green+Blue) = 219+182+196=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C4 is #24493B. Grayscale: #C2C2C2. Windows color (decimal): -2378044 or 12891867. OLE color: 12891867.

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

Color convert

RGB 219 182 196 -
CMYK 0 0.17 0.11 0.14
HSL 337.3º 0.34% 0.79% -
HSV(B) 337.3º 0.17% 0.86% -
XYZ 55.91 52.5 59.41 -
YUV 194.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 219 182 196 0 0.17 0.11 0.14 337.3 0.34 0.79
Hex DB B6 C4 0 11 B E 151 22 4F
Octal 333 266 304 0 21 13 16 521 42 117
Binary 11011011 10110110 11000100 0 10001 1011 1110 101010001 100010 1001111

Color Harmonies of #DBB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6C4

Black with #DBB6C4

Text Example


Text Example

White with #DBB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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