Shades of Gin #DADFCB
Tints of Gin #DADFCB
RGB
CMYK
RGB Variations
Color information
#DADFCB (or 0xDADFCB) is known color: Gin. HEX triplet: DA, DF and CB. RGB value is (218,223,203). Sum of RGB (Red+Green+Blue) = 218+223+203=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFCB is #252034. Grayscale: #DBDBDB. Windows color (decimal): -2433077 or 13361114. OLE color: 13361114.
HSL color Cylindrical-coordinate representation of color #DADFCB: hue angle of 75º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADFCB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 203 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.13 |
| HSL | 75º | 0.24% | 0.84% | - |
| HSV(B) | 75º | 0.09% | 0.87% | - |
| XYZ | 66.08 | 71.99 | 66.91 | - |
| YUV | 219.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 203 | 0.02 | 0 | 0.09 | 0.13 | 75 | 0.24 | 0.84 |
| Hex | DA | DF | CB | 2 | 0 | 9 | D | 4B | 18 | 54 |
| Octal | 332 | 337 | 313 | 2 | 0 | 11 | 15 | 113 | 30 | 124 |
| Binary | 11011010 | 11011111 | 11001011 | 10 | 0 | 1001 | 1101 | 1001011 | 11000 | 1010100 |
Color Harmonies of #DADFCB
Complementary color
Monochromatic Colors of #DADFCB
Black with #DADFCB
Text Example
Text Example
White with #DADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFCB; }
p { color: rgb(218,223,203); }
H1.HeaderClassName
{
color: #DADFCB;
}
.AnyTagClassName
{
color: #DADFCB;
}
</style>
background-color css
<style>
a { background-color: #DADFCB; }
a { background-color: rgb(218,223,203); }
div.DivClassName
{
background-color: #DADFCB;
}
.BgClassName
{
background-color: #DADFCB;
}
</style>
border-color css
<style>
span { border-color: #DADFCB; }
span { border-color: rgb(218,223,203); }
td.TdClassName
{
border-color: #DADFCB;
}
.TagClassName
{
border-color: #DADFCB;
}
</style>