#D2E9CD

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

Shades of Snowy Mint #D2E9CD

Tints of Snowy Mint #D2E9CD

Color information

#D2E9CD (or 0xD2E9CD) is unknown color: approx Snowy Mint. HEX triplet: D2, E9 and CD. RGB value is (210,233,205). Sum of RGB (Red+Green+Blue) = 210+233+205=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9CD is #2D1632. Grayscale: #DFDFDF. Windows color (decimal): -2954803 or 13494738. OLE color: 13494738.

HSL color Cylindrical-coordinate representation of color #D2E9CD: hue angle of 109.29º 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 #D2E9CD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB210233205-
CMYK0.1000.120.09
HSL109.29º38.89%85.88%-
HSV(B)109.29º12.02%91.37%-
XYZ66.7476.3968.98-
YUV222.93117.88118.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 233 (91.41% from 255) = 35.96%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=32.41%
G=35.96%
B=31.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102332050.1000.120.09109.2938.8985.88
HexD2E9CDA0C96d2756
Octal322351315120141115547126
Binary110100101110100111001101101001100100111011011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9CD; }

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

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

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

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

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

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

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

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