#D7F1CF

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

Shades of Snowy Mint #D7F1CF

Tints of Snowy Mint #D7F1CF

Color information

#D7F1CF (or 0xD7F1CF) is unknown color: approx Snowy Mint. HEX triplet: D7, F1 and CF. RGB value is (215,241,207). Sum of RGB (Red+Green+Blue) = 215+241+207=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1CF is #280E30. Grayscale: #E5E5E5. Windows color (decimal): -2625073 or 13627863. OLE color: 13627863.

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

Color convert

RGB215241207-
CMYK0.1100.140.05
HSL105.88º54.84%87.84%-
HSV(B)105.88º14.11%94.51%-
XYZ70.7481.8671.1-
YUV229.35115.39117.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.43%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=32.43%
G=36.35%
B=31.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412070.1100.140.05105.8854.8487.84
HexD7F1CFB0E56a3758
Octal32736131713016515267130
Binary11010111111100011100111110110111010111010101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1CF; }

 p { color: rgb(215,241,207); }

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

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

 a { background-color: rgb(215,241,207); }

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

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

 span { border-color: rgb(215,241,207); }

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