Shades of Gin #DADFCA
Tints of Gin #DADFCA
RGB
CMYK
RGB Variations
Color information
#DADFCA (or 0xDADFCA) is known color: Gin. HEX triplet: DA, DF and CA. RGB value is (218,223,202). Sum of RGB (Red+Green+Blue) = 218+223+202=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFCA is #252035. Grayscale: #DBDBDB. Windows color (decimal): -2433078 or 13295578. OLE color: 13295578.
HSL color Cylindrical-coordinate representation of color #DADFCA: hue angle of 74.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADFCA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 202 | - |
CMYK | 0.02 | 0 | 0.09 | 0.13 |
HSL | 74.29º | 0.25% | 0.83% | - |
HSV(B) | 74.29º | 0.09% | 0.87% | - |
XYZ | 65.96 | 71.95 | 66.29 | - |
YUV | 219.11 | 118.34 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 202 | 0.02 | 0 | 0.09 | 0.13 | 74.29 | 0.25 | 0.83 |
Hex | DA | DF | CA | 2 | 0 | 9 | D | 4A | 19 | 53 |
Octal | 332 | 337 | 312 | 2 | 0 | 11 | 15 | 112 | 31 | 123 |
Binary | 11011010 | 11011111 | 11001010 | 10 | 0 | 1001 | 1101 | 1001010 | 11001 | 1010011 |
Color Harmonies of #DADFCA
Complementary color
Monochromatic Colors of #DADFCA
Black with #DADFCA
Text Example
Text Example
White with #DADFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFCA; }
p { color: rgb(218,223,202); }
H1.HeaderClassName
{
color: #DADFCA;
}
.AnyTagClassName
{
color: #DADFCA;
}
</style>
background-color css
<style>
a { background-color: #DADFCA; }
a { background-color: rgb(218,223,202); }
div.DivClassName
{
background-color: #DADFCA;
}
.BgClassName
{
background-color: #DADFCA;
}
</style>
border-color css
<style>
span { border-color: #DADFCA; }
span { border-color: rgb(218,223,202); }
td.TdClassName
{
border-color: #DADFCA;
}
.TagClassName
{
border-color: #DADFCA;
}
</style>