Html Css Color HEX #DBBAC0 Melanie

📋 copy color: '#DBBAC0'

red 219 ◦ green 186 ◦ blue 192

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

Shades of Melanie #DBBAC0

Tints of Melanie #DBBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 36.68%
G = 31.16%
B = 32.16%

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

#DBBAC0 (or 0xDBBAC0) is known color: Melanie. HEX triplet: DB, BA and C0. RGB value is (219,186,192). Sum of RGB (Red+Green+Blue) = 219+186+192=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC0 is #24453F. Grayscale: #C4C4C4. Windows color (decimal): -2377024 or 12630747. OLE color: 12630747.

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

Color convert

RGB 219 186 192 -
CMYK 0 0.15 0.12 0.14
HSL 349.09º 0.31% 0.79% -
HSV(B) 349.09º 0.15% 0.86% -
XYZ 56.29 53.98 57.32 -
YUV 196.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 219 186 192 0 0.15 0.12 0.14 349.09 0.31 0.79
Hex DB BA C0 0 F C E 15D 1F 4F
Octal 333 272 300 0 17 14 16 535 37 117
Binary 11011011 10111010 11000000 0 1111 1100 1110 101011101 11111 1001111

Color Harmonies of #DBBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAC0

Black with #DBBAC0

Text Example


Text Example

White with #DBBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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