Shades of Gin #D2DBC3
Tints of Gin #D2DBC3
RGB
CMYK
RGB Variations
Color information
#D2DBC3 (or 0xD2DBC3) is known color: Gin. HEX triplet: D2, DB and C3. RGB value is (210,219,195). Sum of RGB (Red+Green+Blue) = 210+219+195=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC3 is #2D243C. Grayscale: #D5D5D5. Windows color (decimal): -2958397 or 12835794. OLE color: 12835794.
HSL color Cylindrical-coordinate representation of color #D2DBC3: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DBC3 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 219 | 195 | - |
CMYK | 0.04 | 0 | 0.11 | 0.14 |
HSL | 82.5º | 0.25% | 0.81% | - |
HSV(B) | 82.5º | 0.11% | 0.86% | - |
XYZ | 61.76 | 68.3 | 61.56 | - |
YUV | 213.57 | 117.52 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 219 | 195 | 0.04 | 0 | 0.11 | 0.14 | 82.5 | 0.25 | 0.81 |
Hex | D2 | DB | C3 | 4 | 0 | B | E | 52 | 19 | 51 |
Octal | 322 | 333 | 303 | 4 | 0 | 13 | 16 | 122 | 31 | 121 |
Binary | 11010010 | 11011011 | 11000011 | 100 | 0 | 1011 | 1110 | 1010010 | 11001 | 1010001 |
Color Harmonies of #D2DBC3
Complementary color
Monochromatic Colors of #D2DBC3
Black with #D2DBC3
Text Example
Text Example
White with #D2DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBC3; }
p { color: rgb(210,219,195); }
H1.HeaderClassName
{
color: #D2DBC3;
}
.AnyTagClassName
{
color: #D2DBC3;
}
</style>
background-color css
<style>
a { background-color: #D2DBC3; }
a { background-color: rgb(210,219,195); }
div.DivClassName
{
background-color: #D2DBC3;
}
.BgClassName
{
background-color: #D2DBC3;
}
</style>
border-color css
<style>
span { border-color: #D2DBC3; }
span { border-color: rgb(210,219,195); }
td.TdClassName
{
border-color: #D2DBC3;
}
.TagClassName
{
border-color: #D2DBC3;
}
</style>