#D5E1C0

Color #D5E1C0 Gin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin #D5E1C0

Tints of Gin #D5E1C0

Color information

#D5E1C0 (or 0xD5E1C0) is unknown color: approx Gin. HEX triplet: D5, E1 and C0. RGB value is (213,225,192). Sum of RGB (Red+Green+Blue) = 213+225+192=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1C0 is #2A1E3F. Grayscale: #D9D9D9. Windows color (decimal): -2760256 or 12640725. OLE color: 12640725.

HSL color Cylindrical-coordinate representation of color #D5E1C0: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E1C0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB213225192-
CMYK0.0500.150.12
HSL81.82º35.48%81.76%-
HSV(B)81.82º14.67%88.24%-
XYZ63.8871.860.36-
YUV217.65113.52124.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=33.81%
G=35.71%
B=30.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251920.0500.150.1281.8235.4881.76
HexD5E1C050FC522352
Octal32534130050171412243122
Binary11010101111000011100000010101111110010100101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1C0; }

 p { color: rgb(213,225,192); }

 H1.HeaderClassName
 {
   color: #D5E1C0;
 }
 .AnyTagClassName
 {
   color: #D5E1C0;
 }
</style>
background-color css

<style>
 a { background-color: #D5E1C0; }

 a { background-color: rgb(213,225,192); }

 div.DivClassName
 {
   background-color: #D5E1C0;
 }
 .BgClassName
 {
   background-color: #D5E1C0;
 }
</style>
border-color css

<style>
 span { border-color: #D5E1C0; }

 span { border-color: rgb(213,225,192); }

 td.TdClassName
 {
   border-color: #D5E1C0;
 }
 .TagClassName
 {
   border-color: #D5E1C0;
 }
</style>