#D2F3C9

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

Shades of Snowy Mint #D2F3C9

Tints of Snowy Mint #D2F3C9

Color information

#D2F3C9 (or 0xD2F3C9) is unknown color: approx Snowy Mint. HEX triplet: D2, F3 and C9. RGB value is (210,243,201). Sum of RGB (Red+Green+Blue) = 210+243+201=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3C9 is #2D0C36. Grayscale: #E4E4E4. Windows color (decimal): -2952247 or 13235154. OLE color: 13235154.

HSL color Cylindrical-coordinate representation of color #D2F3C9: hue angle of 107.14º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F3C9 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB210243201-
CMYK0.1400.170.05
HSL107.14º63.64%87.06%-
HSV(B)107.14º17.28%95.29%-
XYZ69.1782.0267.44-
YUV228.34112.57114.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=32.11%
G=37.16%
B=30.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102432010.1400.170.05107.1463.6487.06
HexD2F3C9E01156b4057
Octal322363311160215153100127
Binary1101001011110011110010011110010001101110101110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3C9; }

 p { color: rgb(210,243,201); }

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

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

 a { background-color: rgb(210,243,201); }

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

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

 span { border-color: rgb(210,243,201); }

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