#DDBFC9

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

Shades of Melanie #DDBFC9

Tints of Melanie #DDBFC9

Color information

#DDBFC9 (or 0xDDBFC9) is unknown color: approx Melanie. HEX triplet: DD, BF and C9. RGB value is (221,191,201). Sum of RGB (Red+Green+Blue) = 221+191+201=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC9 is #224036. Grayscale: #C9C9C9. Windows color (decimal): -2244663 or 13221853. OLE color: 13221853.

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

Color convert

RGB221191201-
CMYK00.140.090.13
HSL340º30.61%80.78%-
HSV(B)340º13.57%86.67%-
XYZ58.9956.8563.12-
YUV201.11127.94142.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=36.05%
G=31.16%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119120100.140.090.1334030.6180.78
HexDDBFC90E9D1541f51
Octal335277311016111552437121
Binary1101110110111111110010010111010011101101010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFC9; }

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

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

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

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

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

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

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

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