#D2EFC8

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

Shades of Snowy Mint #D2EFC8

Tints of Snowy Mint #D2EFC8

Color information

#D2EFC8 (or 0xD2EFC8) is unknown color: approx Snowy Mint. HEX triplet: D2, EF and C8. RGB value is (210,239,200). Sum of RGB (Red+Green+Blue) = 210+239+200=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFC8 is #2D1037. Grayscale: #E2E2E2. Windows color (decimal): -2953272 or 13168594. OLE color: 13168594.

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

Color convert

RGB210239200-
CMYK0.1200.160.06
HSL104.62º54.93%86.08%-
HSV(B)104.62º16.32%93.73%-
XYZ67.8779.666.43-
YUV225.88113.39116.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 200 (78.52% from 255) = 30.82%
R=32.36%
G=36.83%
B=30.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392000.1200.160.06104.6254.9386.08
HexD2EFC8C0106693756
Octal32235731014020615167126
Binary110100101110111111001000110001000011011010011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFC8; }

 p { color: rgb(210,239,200); }

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

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

 a { background-color: rgb(210,239,200); }

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

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

 span { border-color: rgb(210,239,200); }

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