#D3E9CD

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

Shades of Snowy Mint #D3E9CD

Tints of Snowy Mint #D3E9CD

Color information

#D3E9CD (or 0xD3E9CD) is unknown color: approx Snowy Mint. HEX triplet: D3, E9 and CD. RGB value is (211,233,205). Sum of RGB (Red+Green+Blue) = 211+233+205=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E9CD is #2C1632. Grayscale: #DFDFDF. Windows color (decimal): -2889267 or 13494739. OLE color: 13494739.

HSL color Cylindrical-coordinate representation of color #D3E9CD: hue angle of 107.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E9CD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB211233205-
CMYK0.0900.120.09
HSL107.14º38.89%85.88%-
HSV(B)107.14º12.02%91.37%-
XYZ67.0276.5369-
YUV223.23117.71119.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.51%
GREEN value IS 233 (91.41% from 255) = 35.90%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=32.51%
G=35.90%
B=31.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112332050.0900.120.09107.1438.8985.88
HexD3E9CD90C96b2756
Octal323351315110141115347126
Binary110100111110100111001101100101100100111010111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E9CD; }

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

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

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

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

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

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

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

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