#D8F2CF

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

Shades of Snowy Mint #D8F2CF

Tints of Snowy Mint #D8F2CF

Color information

#D8F2CF (or 0xD8F2CF) is unknown color: approx Snowy Mint. HEX triplet: D8, F2 and CF. RGB value is (216,242,207). Sum of RGB (Red+Green+Blue) = 216+242+207=665 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.48% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2CF is #270D30. Grayscale: #E6E6E6. Windows color (decimal): -2559281 or 13628120. OLE color: 13628120.

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

Color convert

RGB216242207-
CMYK0.1100.140.05
HSL104.57º57.38%88.04%-
HSV(B)104.57º14.46%94.9%-
XYZ71.3382.6171.22-
YUV230.24114.89117.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.48%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=32.48%
G=36.39%
B=31.13%

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
Decimal2162422070.1100.140.05104.5757.3888.04
HexD8F2CFB0E5693958
Octal33036231713016515171130
Binary11011000111100101100111110110111010111010011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2CF; }

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

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

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

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

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

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

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

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