#DBBCC4

Color #DBBCC4 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DBBCC4

Tints of Melanie #DBBCC4

Color information

#DBBCC4 (or 0xDBBCC4) is unknown color: approx Melanie. HEX triplet: DB, BC and C4. RGB value is (219,188,196). Sum of RGB (Red+Green+Blue) = 219+188+196=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC4 is #24433B. Grayscale: #C6C6C6. Windows color (decimal): -2376508 or 12893403. OLE color: 12893403.

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

Color convert

RGB219188196-
CMYK00.140.110.14
HSL344.52º30.1%79.8%-
HSV(B)344.52º14.16%85.88%-
XYZ57.1655.0159.83-
YUV198.18126.77142.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=36.32%
G=31.18%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918819600.140.110.14344.5230.179.8
HexDBBCC40EBE1591e50
Octal333274304016131653136120
Binary1101101110111100110001000111010111110101011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCC4; }

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

 H1.HeaderClassName
 {
   color: #DBBCC4;
 }
 .AnyTagClassName
 {
   color: #DBBCC4;
 }
</style>
background-color css

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

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

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

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

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

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