Shades of Melanie #DDBFC2
Tints of Melanie #DDBFC2
RGB
CMYK
RGB Variations
Color information
#DDBFC2 (or 0xDDBFC2) is known color: Melanie. HEX triplet: DD, BF and C2. RGB value is (221,191,194). Sum of RGB (Red+Green+Blue) = 221+191+194=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC2 is #22403D. Grayscale: #C8C8C8. Windows color (decimal): -2244670 or 12763101. OLE color: 12763101.
HSL color Cylindrical-coordinate representation of color #DDBFC2: hue angle of 354º 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 #DDBFC2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 194 | - |
CMYK | 0 | 0.14 | 0.12 | 0.13 |
HSL | 354º | 0.31% | 0.81% | - |
HSV(B) | 354º | 0.14% | 0.87% | - |
XYZ | 58.19 | 56.53 | 58.88 | - |
YUV | 200.31 | 124.44 | 142.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 194 | 0 | 0.14 | 0.12 | 0.13 | 354 | 0.31 | 0.81 |
Hex | DD | BF | C2 | 0 | E | C | D | 162 | 1F | 51 |
Octal | 335 | 277 | 302 | 0 | 16 | 14 | 15 | 542 | 37 | 121 |
Binary | 11011101 | 10111111 | 11000010 | 0 | 1110 | 1100 | 1101 | 101100010 | 11111 | 1010001 |
Color Harmonies of #DDBFC2
Complementary color
Monochromatic Colors of #DDBFC2
Black with #DDBFC2
Text Example
Text Example
White with #DDBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC2; }
p { color: rgb(221,191,194); }
H1.HeaderClassName
{
color: #DDBFC2;
}
.AnyTagClassName
{
color: #DDBFC2;
}
</style>
background-color css
<style>
a { background-color: #DDBFC2; }
a { background-color: rgb(221,191,194); }
div.DivClassName
{
background-color: #DDBFC2;
}
.BgClassName
{
background-color: #DDBFC2;
}
</style>
border-color css
<style>
span { border-color: #DDBFC2; }
span { border-color: rgb(221,191,194); }
td.TdClassName
{
border-color: #DDBFC2;
}
.TagClassName
{
border-color: #DDBFC2;
}
</style>