#D2F7CA

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

Shades of Snowy Mint #D2F7CA

Tints of Snowy Mint #D2F7CA

Color information

#D2F7CA (or 0xD2F7CA) is unknown color: approx Snowy Mint. HEX triplet: D2, F7 and CA. RGB value is (210,247,202). Sum of RGB (Red+Green+Blue) = 210+247+202=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F7CA is #2D0835. Grayscale: #E6E6E6. Windows color (decimal): -2951222 or 13301714. OLE color: 13301714.

HSL color Cylindrical-coordinate representation of color #D2F7CA: hue angle of 109.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2F7CA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB210247202-
CMYK0.1500.180.03
HSL109.33º73.77%88.04%-
HSV(B)109.33º18.22%96.86%-
XYZ70.584.4968.47-
YUV230.81111.74113.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.87%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=31.87%
G=37.48%
B=30.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102472020.1500.180.03109.3373.7788.04
HexD2F7CAF01236d4a58
Octal322367312170223155112130
Binary110100101111011111001010111101001011110110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7CA; }

 p { color: rgb(210,247,202); }

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

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

 a { background-color: rgb(210,247,202); }

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

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

 span { border-color: rgb(210,247,202); }

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