Html Css Color HEX #DBB6C3 Melanie

📋 copy color: '#DBB6C3'

red 219 ◦ green 182 ◦ blue 195

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

Shades of Melanie #DBB6C3

Tints of Melanie #DBB6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.72%

R = 36.74%
G = 30.54%
B = 32.72%

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

#DBB6C3 (or 0xDBB6C3) is known color: Melanie. HEX triplet: DB, B6 and C3. RGB value is (219,182,195). Sum of RGB (Red+Green+Blue) = 219+182+195=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C3 is #24493C. Grayscale: #C2C2C2. Windows color (decimal): -2378045 or 12826331. OLE color: 12826331.

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

Color convert

RGB 219 182 195 -
CMYK 0 0.17 0.11 0.14
HSL 338.92º 0.34% 0.79% -
HSV(B) 338.92º 0.17% 0.86% -
XYZ 55.79 52.46 58.81 -
YUV 194.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 219 182 195 0 0.17 0.11 0.14 338.92 0.34 0.79
Hex DB B6 C3 0 11 B E 153 22 4F
Octal 333 266 303 0 21 13 16 523 42 117
Binary 11011011 10110110 11000011 0 10001 1011 1110 101010011 100010 1001111

Color Harmonies of #DBB6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6C3

Black with #DBB6C3

Text Example


Text Example

White with #DBB6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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