Shades of Pink Flare #DDBEBF
Tints of Pink Flare #DDBEBF
RGB
CMYK
RGB Variations
Color information
#DDBEBF (or 0xDDBEBF) is known color: Pink Flare. HEX triplet: DD, BE and BF. RGB value is (221,190,191). Sum of RGB (Red+Green+Blue) = 221+190+191=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBF is #224140. Grayscale: #C7C7C7. Windows color (decimal): -2244929 or 12566237. OLE color: 12566237.
HSL color Cylindrical-coordinate representation of color #DDBEBF: hue angle of 358.06º 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 #DDBEBF is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 191 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 358.06º | 0.31% | 0.81% | - |
| HSV(B) | 358.06º | 0.14% | 0.87% | - |
| XYZ | 57.64 | 55.96 | 57.05 | - |
| YUV | 199.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 191 | 0 | 0.14 | 0.14 | 0.13 | 358.06 | 0.31 | 0.81 |
| Hex | DD | BE | BF | 0 | E | E | D | 166 | 1F | 51 |
| Octal | 335 | 276 | 277 | 0 | 16 | 16 | 15 | 546 | 37 | 121 |
| Binary | 11011101 | 10111110 | 10111111 | 0 | 1110 | 1110 | 1101 | 101100110 | 11111 | 1010001 |
Color Harmonies of #DDBEBF
Complementary color
Monochromatic Colors of #DDBEBF
Black with #DDBEBF
Text Example
Text Example
White with #DDBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEBF; }
p { color: rgb(221,190,191); }
H1.HeaderClassName
{
color: #DDBEBF;
}
.AnyTagClassName
{
color: #DDBEBF;
}
</style>
background-color css
<style>
a { background-color: #DDBEBF; }
a { background-color: rgb(221,190,191); }
div.DivClassName
{
background-color: #DDBEBF;
}
.BgClassName
{
background-color: #DDBEBF;
}
</style>
border-color css
<style>
span { border-color: #DDBEBF; }
span { border-color: rgb(221,190,191); }
td.TdClassName
{
border-color: #DDBEBF;
}
.TagClassName
{
border-color: #DDBEBF;
}
</style>