#D6EFCF

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

Shades of Snowy Mint #D6EFCF

Tints of Snowy Mint #D6EFCF

Color information

#D6EFCF (or 0xD6EFCF) is unknown color: approx Snowy Mint. HEX triplet: D6, EF and CF. RGB value is (214,239,207). Sum of RGB (Red+Green+Blue) = 214+239+207=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCF is #291030. Grayscale: #E3E3E3. Windows color (decimal): -2691121 or 13627350. OLE color: 13627350.

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

Color convert

RGB214239207-
CMYK0.1000.130.06
HSL106.87º50%87.45%-
HSV(B)106.87º13.39%93.73%-
XYZ69.8680.5370.89-
YUV227.88116.22118.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=32.42%
G=36.21%
B=31.36%

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
Decimal2142392070.1000.130.06106.875087.45
HexD6EFCFA0D66b3257
Octal32635731712015615362127
Binary11010110111011111100111110100110111011010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFCF; }

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

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

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

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

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

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

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

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