Shades of Pink Flare #DAC3C4
Tints of Pink Flare #DAC3C4
RGB
CMYK
RGB Variations
Color information
#DAC3C4 (or 0xDAC3C4) is known color: Pink Flare. HEX triplet: DA, C3 and C4. RGB value is (218,195,196). Sum of RGB (Red+Green+Blue) = 218+195+196=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C4 is #253C3B. Grayscale: #CACACA. Windows color (decimal): -2440252 or 12895194. OLE color: 12895194.
HSL color Cylindrical-coordinate representation of color #DAC3C4: hue angle of 357.39º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3C4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 196 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.15 |
| HSL | 357.39º | 0.24% | 0.81% | - |
| HSV(B) | 357.39º | 0.11% | 0.85% | - |
| XYZ | 58.39 | 57.92 | 60.33 | - |
| YUV | 201.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 196 | 0 | 0.11 | 0.10 | 0.15 | 357.39 | 0.24 | 0.81 |
| Hex | DA | C3 | C4 | 0 | B | A | F | 165 | 18 | 51 |
| Octal | 332 | 303 | 304 | 0 | 13 | 12 | 17 | 545 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11000100 | 0 | 1011 | 1010 | 1111 | 101100101 | 11000 | 1010001 |
Color Harmonies of #DAC3C4
Complementary color
Monochromatic Colors of #DAC3C4
Black with #DAC3C4
Text Example
Text Example
White with #DAC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3C4; }
p { color: rgb(218,195,196); }
H1.HeaderClassName
{
color: #DAC3C4;
}
.AnyTagClassName
{
color: #DAC3C4;
}
</style>
background-color css
<style>
a { background-color: #DAC3C4; }
a { background-color: rgb(218,195,196); }
div.DivClassName
{
background-color: #DAC3C4;
}
.BgClassName
{
background-color: #DAC3C4;
}
</style>
border-color css
<style>
span { border-color: #DAC3C4; }
span { border-color: rgb(218,195,196); }
td.TdClassName
{
border-color: #DAC3C4;
}
.TagClassName
{
border-color: #DAC3C4;
}
</style>