Html Css Color HEX #DBBAC1 Melanie

📋 copy color: '#DBBAC1'

red 219 ◦ green 186 ◦ blue 193

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

Shades of Melanie #DBBAC1

Tints of Melanie #DBBAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 193 (75.78% from 255) = 32.27%

R = 36.62%
G = 31.1%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBBAC1 (or 0xDBBAC1) is known color: Melanie. HEX triplet: DB, BA and C1. RGB value is (219,186,193). Sum of RGB (Red+Green+Blue) = 219+186+193=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC1 is #24453E. Grayscale: #C4C4C4. Windows color (decimal): -2377023 or 12696283. OLE color: 12696283.

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

Color convert

RGB 219 186 193 -
CMYK 0 0.15 0.12 0.14
HSL 347.27º 0.31% 0.79% -
HSV(B) 347.27º 0.15% 0.86% -
XYZ 56.4 54.03 57.91 -
YUV 196.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 219 186 193 0 0.15 0.12 0.14 347.27 0.31 0.79
Hex DB BA C1 0 F C E 15B 1F 4F
Octal 333 272 301 0 17 14 16 533 37 117
Binary 11011011 10111010 11000001 0 1111 1100 1110 101011011 11111 1001111

Color Harmonies of #DBBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAC1

Black with #DBBAC1

Text Example


Text Example

White with #DBBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAC1; }

 p { color: rgb(219,186,193); }

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

background-color css

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

 a { background-color: rgb(219,186,193); }

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

border-color css

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

 span { border-color: rgb(219,186,193); }

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