#D5DFC2

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

Shades of Gin #D5DFC2

Tints of Gin #D5DFC2

Color information

#D5DFC2 (or 0xD5DFC2) is unknown color: approx Gin. HEX triplet: D5, DF and C2. RGB value is (213,223,194). Sum of RGB (Red+Green+Blue) = 213+223+194=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC2 is #2A203D. Grayscale: #D8D8D8. Windows color (decimal): -2760766 or 12771285. OLE color: 12771285.

HSL color Cylindrical-coordinate representation of color #D5DFC2: hue angle of 80.69º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DFC2 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB213223194-
CMYK0.0400.130.13
HSL80.69º31.18%81.76%-
HSV(B)80.69º13%87.45%-
XYZ63.5770.8261.36-
YUV216.7115.19125.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=33.81%
G=35.40%
B=30.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231940.0400.130.1380.6931.1881.76
HexD5DFC240DD511f52
Octal32533730240151512137122
Binary1101010111011111110000101000110111011010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFC2; }

 p { color: rgb(213,223,194); }

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

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

 a { background-color: rgb(213,223,194); }

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

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

 span { border-color: rgb(213,223,194); }

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