Shades of Gin #D5E4BB
Tints of Gin #D5E4BB
RGB
CMYK
RGB Variations
Color information
#D5E4BB (or 0xD5E4BB) is known color: Gin. HEX triplet: D5, E4 and BB. RGB value is (213,228,187). Sum of RGB (Red+Green+Blue) = 213+228+187=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4BB is #2A1B44. Grayscale: #DADADA. Windows color (decimal): -2759493 or 12313813. OLE color: 12313813.
HSL color Cylindrical-coordinate representation of color #D5E4BB: hue angle of 81.95º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5E4BB is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 187 | - |
CMYK | 0.07 | 0 | 0.18 | 0.11 |
HSL | 81.95º | 0.43% | 0.81% | - |
HSV(B) | 81.95º | 0.18% | 0.89% | - |
XYZ | 64.15 | 73.22 | 57.77 | - |
YUV | 218.84 | 110.03 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 187 | 0.07 | 0 | 0.18 | 0.11 | 81.95 | 0.43 | 0.81 |
Hex | D5 | E4 | BB | 7 | 0 | 12 | B | 52 | 2B | 51 |
Octal | 325 | 344 | 273 | 7 | 0 | 22 | 13 | 122 | 53 | 121 |
Binary | 11010101 | 11100100 | 10111011 | 111 | 0 | 10010 | 1011 | 1010010 | 101011 | 1010001 |
Color Harmonies of #D5E4BB
Complementary color
Monochromatic Colors of #D5E4BB
Black with #D5E4BB
Text Example
Text Example
White with #D5E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4BB; }
p { color: rgb(213,228,187); }
H1.HeaderClassName
{
color: #D5E4BB;
}
.AnyTagClassName
{
color: #D5E4BB;
}
</style>
background-color css
<style>
a { background-color: #D5E4BB; }
a { background-color: rgb(213,228,187); }
div.DivClassName
{
background-color: #D5E4BB;
}
.BgClassName
{
background-color: #D5E4BB;
}
</style>
border-color css
<style>
span { border-color: #D5E4BB; }
span { border-color: rgb(213,228,187); }
td.TdClassName
{
border-color: #D5E4BB;
}
.TagClassName
{
border-color: #D5E4BB;
}
</style>