#D7EFCF

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

Shades of Snowy Mint #D7EFCF

Tints of Snowy Mint #D7EFCF

Color information

#D7EFCF (or 0xD7EFCF) is unknown color: approx Snowy Mint. HEX triplet: D7, EF and CF. RGB value is (215,239,207). Sum of RGB (Red+Green+Blue) = 215+239+207=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EFCF is #281030. Grayscale: #E4E4E4. Windows color (decimal): -2625585 or 13627351. OLE color: 13627351.

HSL color Cylindrical-coordinate representation of color #D7EFCF: hue angle of 105º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7EFCF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB215239207-
CMYK0.1000.130.06
HSL105º50%87.45%-
HSV(B)105º13.39%93.73%-
XYZ70.1580.6970.91-
YUV228.18116.05118.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.53%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=32.53%
G=36.16%
B=31.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392070.1000.130.061055087.45
HexD7EFCFA0D6693257
Octal32735731712015615162127
Binary11010111111011111100111110100110111011010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFCF; }

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

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

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

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

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

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

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

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