#D9EFCF

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

Shades of Snowy Mint #D9EFCF

Tints of Snowy Mint #D9EFCF

Color information

#D9EFCF (or 0xD9EFCF) is unknown color: approx Snowy Mint. HEX triplet: D9, EF and CF. RGB value is (217,239,207). Sum of RGB (Red+Green+Blue) = 217+239+207=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFCF is #261030. Grayscale: #E4E4E4. Windows color (decimal): -2494513 or 13627353. OLE color: 13627353.

HSL color Cylindrical-coordinate representation of color #D9EFCF: hue angle of 101.25º 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 #D9EFCF is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB217239207-
CMYK0.0900.130.06
HSL101.25º50%87.45%-
HSV(B)101.25º13.39%93.73%-
XYZ70.7480.9970.94-
YUV228.77115.71119.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.73%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=32.73%
G=36.05%
B=31.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392070.0900.130.06101.255087.45
HexD9EFCF90D6653257
Octal33135731711015614562127
Binary11011001111011111100111110010110111011001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFCF; }

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

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

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

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

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

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

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

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