Shades of Gin #DADFC7
Tints of Gin #DADFC7
RGB
CMYK
RGB Variations
Color information
#DADFC7 (or 0xDADFC7) is known color: Gin. HEX triplet: DA, DF and C7. RGB value is (218,223,199). Sum of RGB (Red+Green+Blue) = 218+223+199=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC7 is #252038. Grayscale: #DADADA. Windows color (decimal): -2433081 or 13098970. OLE color: 13098970.
HSL color Cylindrical-coordinate representation of color #DADFC7: hue angle of 72.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADFC7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 199 | - |
CMYK | 0.02 | 0 | 0.11 | 0.13 |
HSL | 72.5º | 0.27% | 0.83% | - |
HSV(B) | 72.5º | 0.11% | 0.87% | - |
XYZ | 65.61 | 71.8 | 64.43 | - |
YUV | 218.77 | 116.84 | 127.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 199 | 0.02 | 0 | 0.11 | 0.13 | 72.5 | 0.27 | 0.83 |
Hex | DA | DF | C7 | 2 | 0 | B | D | 48 | 1B | 53 |
Octal | 332 | 337 | 307 | 2 | 0 | 13 | 15 | 110 | 33 | 123 |
Binary | 11011010 | 11011111 | 11000111 | 10 | 0 | 1011 | 1101 | 1001000 | 11011 | 1010011 |
Color Harmonies of #DADFC7
Complementary color
Monochromatic Colors of #DADFC7
Black with #DADFC7
Text Example
Text Example
White with #DADFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFC7; }
p { color: rgb(218,223,199); }
H1.HeaderClassName
{
color: #DADFC7;
}
.AnyTagClassName
{
color: #DADFC7;
}
</style>
background-color css
<style>
a { background-color: #DADFC7; }
a { background-color: rgb(218,223,199); }
div.DivClassName
{
background-color: #DADFC7;
}
.BgClassName
{
background-color: #DADFC7;
}
</style>
border-color css
<style>
span { border-color: #DADFC7; }
span { border-color: rgb(218,223,199); }
td.TdClassName
{
border-color: #DADFC7;
}
.TagClassName
{
border-color: #DADFC7;
}
</style>