#D5E0C3

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

Shades of Gin #D5E0C3

Tints of Gin #D5E0C3

Color information

#D5E0C3 (or 0xD5E0C3) is unknown color: approx Gin. HEX triplet: D5, E0 and C3. RGB value is (213,224,195). Sum of RGB (Red+Green+Blue) = 213+224+195=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C3 is #2A1F3C. Grayscale: #D9D9D9. Windows color (decimal): -2760509 or 12837077. OLE color: 12837077.

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

Color convert

RGB213224195-
CMYK0.0500.130.12
HSL82.76º31.87%82.16%-
HSV(B)82.76º12.95%87.84%-
XYZ63.9571.462.04-
YUV217.4115.36124.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 195 (76.56% from 255) = 30.85%
R=33.70%
G=35.44%
B=30.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241950.0500.130.1282.7631.8782.16
HexD5E0C350DC532052
Octal32534030350151412340122
Binary11010101111000001100001110101101110010100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0C3; }

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

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

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

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

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

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

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

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