#D5EDCB

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

Shades of Snowy Mint #D5EDCB

Tints of Snowy Mint #D5EDCB

Color information

#D5EDCB (or 0xD5EDCB) is unknown color: approx Snowy Mint. HEX triplet: D5, ED and CB. RGB value is (213,237,203). Sum of RGB (Red+Green+Blue) = 213+237+203=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDCB is #2A1234. Grayscale: #E2E2E2. Windows color (decimal): -2757173 or 13364693. OLE color: 13364693.

HSL color Cylindrical-coordinate representation of color #D5EDCB: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EDCB is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB213237203-
CMYK0.1000.140.07
HSL102.35º48.57%86.27%-
HSV(B)102.35º14.35%92.94%-
XYZ68.579.0368.14-
YUV225.95115.05118.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=32.62%
G=36.29%
B=31.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372030.1000.140.07102.3548.5786.27
HexD5EDCBA0E7663156
Octal32535531312016714661126
Binary11010101111011011100101110100111011111001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDCB; }

 p { color: rgb(213,237,203); }

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

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

 a { background-color: rgb(213,237,203); }

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

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

 span { border-color: rgb(213,237,203); }

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