Shades of Pink Flare #DDBEC0
Tints of Pink Flare #DDBEC0
RGB
CMYK
RGB Variations
Color information
#DDBEC0 (or 0xDDBEC0) is known color: Pink Flare. HEX triplet: DD, BE and C0. RGB value is (221,190,192). Sum of RGB (Red+Green+Blue) = 221+190+192=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC0 is #22413F. Grayscale: #C7C7C7. Windows color (decimal): -2244928 or 12631773. OLE color: 12631773.
HSL color Cylindrical-coordinate representation of color #DDBEC0: hue angle of 356.13º 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 #DDBEC0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 192 | - |
CMYK | 0 | 0.14 | 0.13 | 0.13 |
HSL | 356.13º | 0.31% | 0.81% | - |
HSV(B) | 356.13º | 0.14% | 0.87% | - |
XYZ | 57.75 | 56 | 57.64 | - |
YUV | 199.5 | 123.77 | 143.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 192 | 0 | 0.14 | 0.13 | 0.13 | 356.13 | 0.31 | 0.81 |
Hex | DD | BE | C0 | 0 | E | D | D | 164 | 1F | 51 |
Octal | 335 | 276 | 300 | 0 | 16 | 15 | 15 | 544 | 37 | 121 |
Binary | 11011101 | 10111110 | 11000000 | 0 | 1110 | 1101 | 1101 | 101100100 | 11111 | 1010001 |
Color Harmonies of #DDBEC0
Complementary color
Monochromatic Colors of #DDBEC0
Black with #DDBEC0
Text Example
Text Example
White with #DDBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEC0; }
p { color: rgb(221,190,192); }
H1.HeaderClassName
{
color: #DDBEC0;
}
.AnyTagClassName
{
color: #DDBEC0;
}
</style>
background-color css
<style>
a { background-color: #DDBEC0; }
a { background-color: rgb(221,190,192); }
div.DivClassName
{
background-color: #DDBEC0;
}
.BgClassName
{
background-color: #DDBEC0;
}
</style>
border-color css
<style>
span { border-color: #DDBEC0; }
span { border-color: rgb(221,190,192); }
td.TdClassName
{
border-color: #DDBEC0;
}
.TagClassName
{
border-color: #DDBEC0;
}
</style>