#D8F1CF

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

Shades of Snowy Mint #D8F1CF

Tints of Snowy Mint #D8F1CF

Color information

#D8F1CF (or 0xD8F1CF) is unknown color: approx Snowy Mint. HEX triplet: D8, F1 and CF. RGB value is (216,241,207). Sum of RGB (Red+Green+Blue) = 216+241+207=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F1CF is #270E30. Grayscale: #E5E5E5. Windows color (decimal): -2559537 or 13627864. OLE color: 13627864.

HSL color Cylindrical-coordinate representation of color #D8F1CF: hue angle of 104.12º 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 #D8F1CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB216241207-
CMYK0.1000.140.05
HSL104.12º54.84%87.84%-
HSV(B)104.12º14.11%94.51%-
XYZ71.0482.0171.12-
YUV229.65115.22118.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.53%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=32.53%
G=36.30%
B=31.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162412070.1000.140.05104.1254.8487.84
HexD8F1CFA0E5683758
Octal33036131712016515067130
Binary11011000111100011100111110100111010111010001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F1CF; }

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

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

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

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

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

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

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

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