#D5EACF

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

Shades of Snowy Mint #D5EACF

Tints of Snowy Mint #D5EACF

Color information

#D5EACF (or 0xD5EACF) is unknown color: approx Snowy Mint. HEX triplet: D5, EA and CF. RGB value is (213,234,207). Sum of RGB (Red+Green+Blue) = 213+234+207=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACF is #2A1530. Grayscale: #E0E0E0. Windows color (decimal): -2757937 or 13626069. OLE color: 13626069.

HSL color Cylindrical-coordinate representation of color #D5EACF: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EACF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB213234207-
CMYK0.0900.120.08
HSL106.67º39.13%86.47%-
HSV(B)106.67º11.54%91.76%-
XYZ68.1377.570.4-
YUV224.64118.04119.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=32.57%
G=35.78%
B=31.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342070.0900.120.08106.6739.1386.47
HexD5EACF90C86b2756
Octal325352317110141015347126
Binary110101011110101011001111100101100100011010111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EACF; }

 p { color: rgb(213,234,207); }

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

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

 a { background-color: rgb(213,234,207); }

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

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

 span { border-color: rgb(213,234,207); }

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