#D1EACA

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

Shades of Snowy Mint #D1EACA

Tints of Snowy Mint #D1EACA

Color information

#D1EACA (or 0xD1EACA) is unknown color: approx Snowy Mint. HEX triplet: D1, EA and CA. RGB value is (209,234,202). Sum of RGB (Red+Green+Blue) = 209+234+202=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EACA is #2E1535. Grayscale: #DEDEDE. Windows color (decimal): -3020086 or 13298385. OLE color: 13298385.

HSL color Cylindrical-coordinate representation of color #D1EACA: hue angle of 106.87º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1EACA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB209234202-
CMYK0.1100.140.08
HSL106.87º43.24%85.49%-
HSV(B)106.87º13.68%91.76%-
XYZ66.3876.6767.18-
YUV222.88116.22118.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.40%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=32.40%
G=36.28%
B=31.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342020.1100.140.08106.8743.2485.49
HexD1EACAB0E86b2b55
Octal321352312130161015353125
Binary110100011110101011001010101101110100011010111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EACA; }

 p { color: rgb(209,234,202); }

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

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

 a { background-color: rgb(209,234,202); }

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

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

 span { border-color: rgb(209,234,202); }

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