#DBBDC7

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

Shades of Melanie #DBBDC7

Tints of Melanie #DBBDC7

Color information

#DBBDC7 (or 0xDBBDC7) is unknown color: approx Melanie. HEX triplet: DB, BD and C7. RGB value is (219,189,199). Sum of RGB (Red+Green+Blue) = 219+189+199=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC7 is #244238. Grayscale: #C7C7C7. Windows color (decimal): -2376249 or 13090267. OLE color: 13090267.

HSL color Cylindrical-coordinate representation of color #DBBDC7: hue angle of 340º degrees, saturation: 0.29, 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 #DBBDC7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219189199-
CMYK00.140.090.14
HSL340º29.41%80%-
HSV(B)340º13.7%85.88%-
XYZ57.7255.5861.72-
YUV199.11127.94142.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=36.08%
G=31.14%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918919900.140.090.1434029.4180
HexDBBDC70E9E1541d50
Octal333275307016111652435120
Binary1101101110111101110001110111010011110101010100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDC7; }

 p { color: rgb(219,189,199); }

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

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

 a { background-color: rgb(219,189,199); }

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

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

 span { border-color: rgb(219,189,199); }

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