#D3DFC0

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

Shades of Gin #D3DFC0

Tints of Gin #D3DFC0

Color information

#D3DFC0 (or 0xD3DFC0) is unknown color: approx Gin. HEX triplet: D3, DF and C0. RGB value is (211,223,192). Sum of RGB (Red+Green+Blue) = 211+223+192=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFC0 is #2C203F. Grayscale: #D7D7D7. Windows color (decimal): -2891840 or 12640211. OLE color: 12640211.

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

Color convert

RGB211223192-
CMYK0.0500.140.13
HSL83.23º32.63%81.37%-
HSV(B)83.23º13.9%87.45%-
XYZ62.7770.4360.16-
YUV215.88114.52124.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=33.71%
G=35.62%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231920.0500.140.1383.2332.6381.37
HexD3DFC050ED532151
Octal32333730050161512341121
Binary11010011110111111100000010101110110110100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFC0; }

 p { color: rgb(211,223,192); }

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

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

 a { background-color: rgb(211,223,192); }

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

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

 span { border-color: rgb(211,223,192); }

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