Shades of Aths Special #DACFB2
Tints of Aths Special #DACFB2
RGB
CMYK
RGB Variations
Color information
#DACFB2 (or 0xDACFB2) is known color: Aths Special. HEX triplet: DA, CF and B2. RGB value is (218,207,178). Sum of RGB (Red+Green+Blue) = 218+207+178=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFB2 is #25304D. Grayscale: #CFCFCF. Windows color (decimal): -2437198 or 11718618. OLE color: 11718618.
HSL color Cylindrical-coordinate representation of color #DACFB2: hue angle of 43.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACFB2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 178 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.15 |
| HSL | 43.5º | 0.35% | 0.78% | - |
| HSV(B) | 43.5º | 0.18% | 0.85% | - |
| XYZ | 59.26 | 62.75 | 51.11 | - |
| YUV | 206.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 178 | 0 | 0.05 | 0.18 | 0.15 | 43.5 | 0.35 | 0.78 |
| Hex | DA | CF | B2 | 0 | 5 | 12 | F | 2C | 23 | 4E |
| Octal | 332 | 317 | 262 | 0 | 5 | 22 | 17 | 54 | 43 | 116 |
| Binary | 11011010 | 11001111 | 10110010 | 0 | 101 | 10010 | 1111 | 101100 | 100011 | 1001110 |
Color Harmonies of #DACFB2
Complementary color
Monochromatic Colors of #DACFB2
Black with #DACFB2
Text Example
Text Example
White with #DACFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFB2; }
p { color: rgb(218,207,178); }
H1.HeaderClassName
{
color: #DACFB2;
}
.AnyTagClassName
{
color: #DACFB2;
}
</style>
background-color css
<style>
a { background-color: #DACFB2; }
a { background-color: rgb(218,207,178); }
div.DivClassName
{
background-color: #DACFB2;
}
.BgClassName
{
background-color: #DACFB2;
}
</style>
border-color css
<style>
span { border-color: #DACFB2; }
span { border-color: rgb(218,207,178); }
td.TdClassName
{
border-color: #DACFB2;
}
.TagClassName
{
border-color: #DACFB2;
}
</style>