#D5EBCE

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

Shades of Snowy Mint #D5EBCE

Tints of Snowy Mint #D5EBCE

Color information

#D5EBCE (or 0xD5EBCE) is unknown color: approx Snowy Mint. HEX triplet: D5, EB and CE. RGB value is (213,235,206). Sum of RGB (Red+Green+Blue) = 213+235+206=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBCE is #2A1431. Grayscale: #E1E1E1. Windows color (decimal): -2757682 or 13560789. OLE color: 13560789.

HSL color Cylindrical-coordinate representation of color #D5EBCE: hue angle of 105.52º degrees, saturation: 0.42, 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 #D5EBCE is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB213235206-
CMYK0.0900.120.08
HSL105.52º42.03%86.47%-
HSV(B)105.52º12.34%92.16%-
XYZ68.2978.0269.85-
YUV225.12117.21119.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=32.57%
G=35.93%
B=31.50%

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
Decimal2132352060.0900.120.08105.5242.0386.47
HexD5EBCE90C86a2a56
Octal325353316110141015252126
Binary110101011110101111001110100101100100011010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBCE; }

 p { color: rgb(213,235,206); }

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

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

 a { background-color: rgb(213,235,206); }

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

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

 span { border-color: rgb(213,235,206); }

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