Shades of Pink Flare #DDBFC0
Tints of Pink Flare #DDBFC0
RGB
CMYK
RGB Variations
Color information
#DDBFC0 (or 0xDDBFC0) is known color: Pink Flare. HEX triplet: DD, BF and C0. RGB value is (221,191,192). Sum of RGB (Red+Green+Blue) = 221+191+192=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC0 is #22403F. Grayscale: #C8C8C8. Windows color (decimal): -2244672 or 12632029. OLE color: 12632029.
HSL color Cylindrical-coordinate representation of color #DDBFC0: hue angle of 358º 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 #DDBFC0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 192 | - |
CMYK | 0 | 0.14 | 0.13 | 0.13 |
HSL | 358º | 0.31% | 0.81% | - |
HSV(B) | 358º | 0.14% | 0.87% | - |
XYZ | 57.96 | 56.44 | 57.71 | - |
YUV | 200.08 | 123.44 | 142.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 192 | 0 | 0.14 | 0.13 | 0.13 | 358 | 0.31 | 0.81 |
Hex | DD | BF | C0 | 0 | E | D | D | 166 | 1F | 51 |
Octal | 335 | 277 | 300 | 0 | 16 | 15 | 15 | 546 | 37 | 121 |
Binary | 11011101 | 10111111 | 11000000 | 0 | 1110 | 1101 | 1101 | 101100110 | 11111 | 1010001 |
Color Harmonies of #DDBFC0
Complementary color
Monochromatic Colors of #DDBFC0
Black with #DDBFC0
Text Example
Text Example
White with #DDBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC0; }
p { color: rgb(221,191,192); }
H1.HeaderClassName
{
color: #DDBFC0;
}
.AnyTagClassName
{
color: #DDBFC0;
}
</style>
background-color css
<style>
a { background-color: #DDBFC0; }
a { background-color: rgb(221,191,192); }
div.DivClassName
{
background-color: #DDBFC0;
}
.BgClassName
{
background-color: #DDBFC0;
}
</style>
border-color css
<style>
span { border-color: #DDBFC0; }
span { border-color: rgb(221,191,192); }
td.TdClassName
{
border-color: #DDBFC0;
}
.TagClassName
{
border-color: #DDBFC0;
}
</style>