#DDBFC7

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

Shades of Melanie #DDBFC7

Tints of Melanie #DDBFC7

Color information

#DDBFC7 (or 0xDDBFC7) is unknown color: approx Melanie. HEX triplet: DD, BF and C7. RGB value is (221,191,199). Sum of RGB (Red+Green+Blue) = 221+191+199=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC7 is #224038. Grayscale: #C8C8C8. Windows color (decimal): -2244665 or 13090781. OLE color: 13090781.

HSL color Cylindrical-coordinate representation of color #DDBFC7: hue angle of 344º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFC7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221191199-
CMYK00.140.100.13
HSL344º30.61%80.78%-
HSV(B)344º13.57%86.67%-
XYZ58.7656.7661.89-
YUV200.88126.94142.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=36.17%
G=31.26%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119119900.140.100.1334430.6180.78
HexDDBFC70EAD1581f51
Octal335277307016121553037121
Binary1101110110111111110001110111010101101101011000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFC7; }

 p { color: rgb(221,191,199); }

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

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

 a { background-color: rgb(221,191,199); }

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

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

 span { border-color: rgb(221,191,199); }

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