Shades of Gin #DADFC9
Tints of Gin #DADFC9
RGB
CMYK
RGB Variations
Color information
#DADFC9 (or 0xDADFC9) is known color: Gin. HEX triplet: DA, DF and C9. RGB value is (218,223,201). Sum of RGB (Red+Green+Blue) = 218+223+201=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC9 is #252036. Grayscale: #DBDBDB. Windows color (decimal): -2433079 or 13230042. OLE color: 13230042.
HSL color Cylindrical-coordinate representation of color #DADFC9: hue angle of 73.64º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADFC9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 201 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.13 |
| HSL | 73.64º | 0.26% | 0.83% | - |
| HSV(B) | 73.64º | 0.1% | 0.87% | - |
| XYZ | 65.84 | 71.9 | 65.67 | - |
| YUV | 219 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 201 | 0.02 | 0 | 0.10 | 0.13 | 73.64 | 0.26 | 0.83 |
| Hex | DA | DF | C9 | 2 | 0 | A | D | 4A | 1A | 53 |
| Octal | 332 | 337 | 311 | 2 | 0 | 12 | 15 | 112 | 32 | 123 |
| Binary | 11011010 | 11011111 | 11001001 | 10 | 0 | 1010 | 1101 | 1001010 | 11010 | 1010011 |
Color Harmonies of #DADFC9
Complementary color
Monochromatic Colors of #DADFC9
Black with #DADFC9
Text Example
Text Example
White with #DADFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFC9; }
p { color: rgb(218,223,201); }
H1.HeaderClassName
{
color: #DADFC9;
}
.AnyTagClassName
{
color: #DADFC9;
}
</style>
background-color css
<style>
a { background-color: #DADFC9; }
a { background-color: rgb(218,223,201); }
div.DivClassName
{
background-color: #DADFC9;
}
.BgClassName
{
background-color: #DADFC9;
}
</style>
border-color css
<style>
span { border-color: #DADFC9; }
span { border-color: rgb(218,223,201); }
td.TdClassName
{
border-color: #DADFC9;
}
.TagClassName
{
border-color: #DADFC9;
}
</style>