#DDBFC5

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

Shades of Melanie #DDBFC5

Tints of Melanie #DDBFC5

Color information

#DDBFC5 (or 0xDDBFC5) is unknown color: approx Melanie. HEX triplet: DD, BF and C5. RGB value is (221,191,197). Sum of RGB (Red+Green+Blue) = 221+191+197=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC5 is #22403A. Grayscale: #C8C8C8. Windows color (decimal): -2244667 or 12959709. OLE color: 12959709.

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

Color convert

RGB221191197-
CMYK00.140.110.13
HSL348º30.61%80.78%-
HSV(B)348º13.57%86.67%-
XYZ58.5356.6660.68-
YUV200.65125.94142.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=36.29%
G=31.36%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119119700.140.110.1334830.6180.78
HexDDBFC50EBD15c1f51
Octal335277305016131553437121
Binary1101110110111111110001010111010111101101011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFC5; }

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

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

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

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

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

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

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

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