#D0EFC6

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

Shades of Snowy Mint #D0EFC6

Tints of Snowy Mint #D0EFC6

Color information

#D0EFC6 (or 0xD0EFC6) is unknown color: approx Snowy Mint. HEX triplet: D0, EF and C6. RGB value is (208,239,198). Sum of RGB (Red+Green+Blue) = 208+239+198=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFC6 is #2F1039. Grayscale: #E1E1E1. Windows color (decimal): -3084346 or 13037520. OLE color: 13037520.

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

Color convert

RGB208239198-
CMYK0.1300.170.06
HSL105.37º56.16%85.69%-
HSV(B)105.37º17.15%93.73%-
XYZ67.0779.2265.18-
YUV225.06112.73115.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 198 (77.73% from 255) = 30.70%
R=32.25%
G=37.05%
B=30.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082391980.1300.170.06105.3756.1685.69
HexD0EFC6D0116693856
Octal32035730615021615170126
Binary110100001110111111000110110101000111011010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFC6; }

 p { color: rgb(208,239,198); }

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

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

 a { background-color: rgb(208,239,198); }

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

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

 span { border-color: rgb(208,239,198); }

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