Shades of Pink Flare #D2AEB5
Tints of Pink Flare #D2AEB5
RGB
CMYK
RGB Variations
Color information
#D2AEB5 (or 0xD2AEB5) is known color: Pink Flare. HEX triplet: D2, AE and B5. RGB value is (210,174,181). Sum of RGB (Red+Green+Blue) = 210+174+181=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEB5 is #2D514A. Grayscale: #B9B9B9. Windows color (decimal): -2969931 or 11906770. OLE color: 11906770.
HSL color Cylindrical-coordinate representation of color #D2AEB5: hue angle of 348.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AEB5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 181 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.18 |
| HSL | 348.33º | 0.29% | 0.75% | - |
| HSV(B) | 348.33º | 0.17% | 0.82% | - |
| XYZ | 50.05 | 47.31 | 50.21 | - |
| YUV | 185.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 181 | 0 | 0.17 | 0.14 | 0.18 | 348.33 | 0.29 | 0.75 |
| Hex | D2 | AE | B5 | 0 | 11 | E | 12 | 15C | 1D | 4B |
| Octal | 322 | 256 | 265 | 0 | 21 | 16 | 22 | 534 | 35 | 113 |
| Binary | 11010010 | 10101110 | 10110101 | 0 | 10001 | 1110 | 10010 | 101011100 | 11101 | 1001011 |
Color Harmonies of #D2AEB5
Complementary color
Monochromatic Colors of #D2AEB5
Black with #D2AEB5
Text Example
Text Example
White with #D2AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEB5; }
p { color: rgb(210,174,181); }
H1.HeaderClassName
{
color: #D2AEB5;
}
.AnyTagClassName
{
color: #D2AEB5;
}
</style>
background-color css
<style>
a { background-color: #D2AEB5; }
a { background-color: rgb(210,174,181); }
div.DivClassName
{
background-color: #D2AEB5;
}
.BgClassName
{
background-color: #D2AEB5;
}
</style>
border-color css
<style>
span { border-color: #D2AEB5; }
span { border-color: rgb(210,174,181); }
td.TdClassName
{
border-color: #D2AEB5;
}
.TagClassName
{
border-color: #D2AEB5;
}
</style>