#D7F1CD

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

Shades of Snowy Mint #D7F1CD

Tints of Snowy Mint #D7F1CD

Color information

#D7F1CD (or 0xD7F1CD) is unknown color: approx Snowy Mint. HEX triplet: D7, F1 and CD. RGB value is (215,241,205). Sum of RGB (Red+Green+Blue) = 215+241+205=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1CD is #280E32. Grayscale: #E5E5E5. Windows color (decimal): -2625075 or 13496791. OLE color: 13496791.

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

Color convert

RGB215241205-
CMYK0.1100.150.05
HSL103.33º56.25%87.45%-
HSV(B)103.33º14.94%94.51%-
XYZ70.581.7769.82-
YUV229.12114.39117.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.53%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=32.53%
G=36.46%
B=31.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412050.1100.150.05103.3356.2587.45
HexD7F1CDB0F5673857
Octal32736131513017514770127
Binary11010111111100011100110110110111110111001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1CD; }

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

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

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

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

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

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

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

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