#DDBFC8

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

Shades of Melanie #DDBFC8

Tints of Melanie #DDBFC8

Color information

#DDBFC8 (or 0xDDBFC8) is unknown color: approx Melanie. HEX triplet: DD, BF and C8. RGB value is (221,191,200). Sum of RGB (Red+Green+Blue) = 221+191+200=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC8 is #224037. Grayscale: #C8C8C8. Windows color (decimal): -2244664 or 13156317. OLE color: 13156317.

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

Color convert

RGB221191200-
CMYK00.140.100.13
HSL342º30.61%80.78%-
HSV(B)342º13.57%86.67%-
XYZ58.8756.862.5-
YUV201127.44142.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=36.11%
G=31.21%
B=32.68%

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
Decimal22119120000.140.100.1334230.6180.78
HexDDBFC80EAD1561f51
Octal335277310016121552637121
Binary1101110110111111110010000111010101101101010110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFC8; }

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

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

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

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

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

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

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

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