#D3EACD

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

Shades of Snowy Mint #D3EACD

Tints of Snowy Mint #D3EACD

Color information

#D3EACD (or 0xD3EACD) is unknown color: approx Snowy Mint. HEX triplet: D3, EA and CD. RGB value is (211,234,205). Sum of RGB (Red+Green+Blue) = 211+234+205=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EACD is #2C1532. Grayscale: #DFDFDF. Windows color (decimal): -2889011 or 13494995. OLE color: 13494995.

HSL color Cylindrical-coordinate representation of color #D3EACD: hue angle of 107.59º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EACD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB211234205-
CMYK0.1000.120.08
HSL107.59º40.85%86.08%-
HSV(B)107.59º12.39%91.76%-
XYZ67.3177.169.09-
YUV223.82117.38118.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.46%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=32.46%
G=36%
B=31.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112342050.1000.120.08107.5940.8586.08
HexD3EACDA0C86c2956
Octal323352315120141015451126
Binary110100111110101011001101101001100100011011001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EACD; }

 p { color: rgb(211,234,205); }

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

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

 a { background-color: rgb(211,234,205); }

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

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

 span { border-color: rgb(211,234,205); }

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