#D5F7CA

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

Shades of Snowy Mint #D5F7CA

Tints of Snowy Mint #D5F7CA

Color information

#D5F7CA (or 0xD5F7CA) is unknown color: approx Snowy Mint. HEX triplet: D5, F7 and CA. RGB value is (213,247,202). Sum of RGB (Red+Green+Blue) = 213+247+202=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7CA is #2A0835. Grayscale: #E7E7E7. Windows color (decimal): -2754614 or 13301717. OLE color: 13301717.

HSL color Cylindrical-coordinate representation of color #D5F7CA: hue angle of 105.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 #D5F7CA is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB213247202-
CMYK0.1400.180.03
HSL105.33º73.77%88.04%-
HSV(B)105.33º18.22%96.86%-
XYZ71.3684.9368.51-
YUV231.7111.24114.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=32.18%
G=37.31%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472020.1400.180.03105.3373.7788.04
HexD5F7CAE0123694a58
Octal325367312160223151112130
Binary110101011111011111001010111001001011110100110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7CA; }

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

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

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

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

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

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

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

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