Shades of Pink Flare #D5BEC1
Tints of Pink Flare #D5BEC1
RGB
CMYK
RGB Variations
Color information
#D5BEC1 (or 0xD5BEC1) is known color: Pink Flare. HEX triplet: D5, BE and C1. RGB value is (213,190,193). Sum of RGB (Red+Green+Blue) = 213+190+193=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEC1 is #2A413E. Grayscale: #C5C5C5. Windows color (decimal): -2769215 or 12697301. OLE color: 12697301.
HSL color Cylindrical-coordinate representation of color #D5BEC1: hue angle of 352.17º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BEC1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 193 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.16 |
| HSL | 352.17º | 0.21% | 0.79% | - |
| HSV(B) | 352.17º | 0.11% | 0.84% | - |
| XYZ | 55.48 | 54.82 | 58.11 | - |
| YUV | 197.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 193 | 0 | 0.11 | 0.09 | 0.16 | 352.17 | 0.21 | 0.79 |
| Hex | D5 | BE | C1 | 0 | B | 9 | 10 | 160 | 15 | 4F |
| Octal | 325 | 276 | 301 | 0 | 13 | 11 | 20 | 540 | 25 | 117 |
| Binary | 11010101 | 10111110 | 11000001 | 0 | 1011 | 1001 | 10000 | 101100000 | 10101 | 1001111 |
Color Harmonies of #D5BEC1
Complementary color
Monochromatic Colors of #D5BEC1
Black with #D5BEC1
Text Example
Text Example
White with #D5BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEC1; }
p { color: rgb(213,190,193); }
H1.HeaderClassName
{
color: #D5BEC1;
}
.AnyTagClassName
{
color: #D5BEC1;
}
</style>
background-color css
<style>
a { background-color: #D5BEC1; }
a { background-color: rgb(213,190,193); }
div.DivClassName
{
background-color: #D5BEC1;
}
.BgClassName
{
background-color: #D5BEC1;
}
</style>
border-color css
<style>
span { border-color: #D5BEC1; }
span { border-color: rgb(213,190,193); }
td.TdClassName
{
border-color: #D5BEC1;
}
.TagClassName
{
border-color: #D5BEC1;
}
</style>