#D5E0C1

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

Shades of Gin #D5E0C1

Tints of Gin #D5E0C1

Color information

#D5E0C1 (or 0xD5E0C1) is unknown color: approx Gin. HEX triplet: D5, E0 and C1. RGB value is (213,224,193). Sum of RGB (Red+Green+Blue) = 213+224+193=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C1 is #2A1F3E. Grayscale: #D9D9D9. Windows color (decimal): -2760511 or 12706005. OLE color: 12706005.

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

Color convert

RGB213224193-
CMYK0.0500.140.12
HSL81.29º33.33%81.76%-
HSV(B)81.29º13.84%87.84%-
XYZ63.7271.3160.86-
YUV217.18114.36125.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 193 (75.78% from 255) = 30.63%
R=33.81%
G=35.56%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241930.0500.140.1281.2933.3381.76
HexD5E0C150EC512152
Octal32534030150161412141122
Binary11010101111000001100000110101110110010100011000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0C1; }

 p { color: rgb(213,224,193); }

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

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

 a { background-color: rgb(213,224,193); }

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

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

 span { border-color: rgb(213,224,193); }

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