#D3EFC8

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

Shades of Snowy Mint #D3EFC8

Tints of Snowy Mint #D3EFC8

Color information

#D3EFC8 (or 0xD3EFC8) is unknown color: approx Snowy Mint. HEX triplet: D3, EF and C8. RGB value is (211,239,200). Sum of RGB (Red+Green+Blue) = 211+239+200=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFC8 is #2C1037. Grayscale: #E2E2E2. Windows color (decimal): -2887736 or 13168595. OLE color: 13168595.

HSL color Cylindrical-coordinate representation of color #D3EFC8: hue angle of 103.08º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3EFC8 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB211239200-
CMYK0.1200.160.06
HSL103.08º54.93%86.08%-
HSV(B)103.08º16.32%93.73%-
XYZ68.1679.7566.45-
YUV226.18113.22117.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.46%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 200 (78.52% from 255) = 30.77%
R=32.46%
G=36.77%
B=30.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112392000.1200.160.06103.0854.9386.08
HexD3EFC8C0106673756
Octal32335731014020614767126
Binary110100111110111111001000110001000011011001111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EFC8; }

 p { color: rgb(211,239,200); }

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

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

 a { background-color: rgb(211,239,200); }

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

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

 span { border-color: rgb(211,239,200); }

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