#D7DFCA

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

Shades of Gin #D7DFCA

Tints of Gin #D7DFCA

Color information

#D7DFCA (or 0xD7DFCA) is unknown color: approx Gin. HEX triplet: D7, DF and CA. RGB value is (215,223,202). Sum of RGB (Red+Green+Blue) = 215+223+202=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFCA is #282035. Grayscale: #DADADA. Windows color (decimal): -2629686 or 13295575. OLE color: 13295575.

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

Color convert

RGB215223202-
CMYK0.0400.090.13
HSL82.86º24.71%83.33%-
HSV(B)82.86º9.42%87.45%-
XYZ65.0771.4966.25-
YUV218.21118.85125.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=33.59%
G=34.84%
B=31.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152232020.0400.090.1382.8624.7183.33
HexD7DFCA409D531953
Octal32733731240111512331123
Binary1101011111011111110010101000100111011010011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFCA; }

 p { color: rgb(215,223,202); }

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

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

 a { background-color: rgb(215,223,202); }

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

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

 span { border-color: rgb(215,223,202); }

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