#D6E3C3

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

Shades of Gin #D6E3C3

Tints of Gin #D6E3C3

Color information

#D6E3C3 (or 0xD6E3C3) is unknown color: approx Gin. HEX triplet: D6, E3 and C3. RGB value is (214,227,195). Sum of RGB (Red+Green+Blue) = 214+227+195=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3C3 is #291C3C. Grayscale: #DBDBDB. Windows color (decimal): -2694205 or 12837846. OLE color: 12837846.

HSL color Cylindrical-coordinate representation of color #D6E3C3: hue angle of 84.38º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6E3C3 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB214227195-
CMYK0.0600.140.11
HSL84.38º36.36%82.75%-
HSV(B)84.38º14.1%89.02%-
XYZ65.0573.1762.33-
YUV219.46114.19124.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=33.65%
G=35.69%
B=30.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271950.0600.140.1184.3836.3682.75
HexD6E3C360EB542453
Octal32634330360161312444123
Binary11010110111000111100001111001110101110101001001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E3C3; }

 p { color: rgb(214,227,195); }

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

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

 a { background-color: rgb(214,227,195); }

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

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

 span { border-color: rgb(214,227,195); }

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