#D7DBCA

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

Shades of Gin #D7DBCA

Tints of Gin #D7DBCA

Color information

#D7DBCA (or 0xD7DBCA) is unknown color: approx Gin. HEX triplet: D7, DB and CA. RGB value is (215,219,202). Sum of RGB (Red+Green+Blue) = 215+219+202=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCA is #282435. Grayscale: #D7D7D7. Windows color (decimal): -2630710 or 13294551. OLE color: 13294551.

HSL color Cylindrical-coordinate representation of color #D7DBCA: hue angle of 74.12º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DBCA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB215219202-
CMYK0.0200.080.14
HSL74.12º19.1%82.55%-
HSV(B)74.12º7.76%85.88%-
XYZ64.0269.3765.89-
YUV215.87120.17127.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=33.81%
G=34.43%
B=31.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152192020.0200.080.1474.1219.182.55
HexD7DBCA208E4a1353
Octal32733331220101611223123
Binary110101111101101111001010100100011101001010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBCA; }

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

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

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

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

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

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

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

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