Shades of Pink Flare #D0ADB3
Tints of Pink Flare #D0ADB3
RGB
CMYK
RGB Variations
Color information
#D0ADB3 (or 0xD0ADB3) is known color: Pink Flare. HEX triplet: D0, AD and B3. RGB value is (208,173,179). Sum of RGB (Red+Green+Blue) = 208+173+179=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADB3 is #2F524C. Grayscale: #B8B8B8. Windows color (decimal): -3101261 or 11775440. OLE color: 11775440.
HSL color Cylindrical-coordinate representation of color #D0ADB3: hue angle of 349.71º degrees, saturation: 0.27, 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 #D0ADB3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 179 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.18 |
| HSL | 349.71º | 0.27% | 0.75% | - |
| HSV(B) | 349.71º | 0.17% | 0.82% | - |
| XYZ | 49.09 | 46.55 | 49.05 | - |
| YUV | 184.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 179 | 0 | 0.17 | 0.14 | 0.18 | 349.71 | 0.27 | 0.75 |
| Hex | D0 | AD | B3 | 0 | 11 | E | 12 | 15E | 1B | 4B |
| Octal | 320 | 255 | 263 | 0 | 21 | 16 | 22 | 536 | 33 | 113 |
| Binary | 11010000 | 10101101 | 10110011 | 0 | 10001 | 1110 | 10010 | 101011110 | 11011 | 1001011 |
Color Harmonies of #D0ADB3
Complementary color
Monochromatic Colors of #D0ADB3
Black with #D0ADB3
Text Example
Text Example
White with #D0ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADB3; }
p { color: rgb(208,173,179); }
H1.HeaderClassName
{
color: #D0ADB3;
}
.AnyTagClassName
{
color: #D0ADB3;
}
</style>
background-color css
<style>
a { background-color: #D0ADB3; }
a { background-color: rgb(208,173,179); }
div.DivClassName
{
background-color: #D0ADB3;
}
.BgClassName
{
background-color: #D0ADB3;
}
</style>
border-color css
<style>
span { border-color: #D0ADB3; }
span { border-color: rgb(208,173,179); }
td.TdClassName
{
border-color: #D0ADB3;
}
.TagClassName
{
border-color: #D0ADB3;
}
</style>