#D3EDCB

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

Shades of Snowy Mint #D3EDCB

Tints of Snowy Mint #D3EDCB

Color information

#D3EDCB (or 0xD3EDCB) is unknown color: approx Snowy Mint. HEX triplet: D3, ED and CB. RGB value is (211,237,203). Sum of RGB (Red+Green+Blue) = 211+237+203=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDCB is #2C1234. Grayscale: #E1E1E1. Windows color (decimal): -2888245 or 13364691. OLE color: 13364691.

HSL color Cylindrical-coordinate representation of color #D3EDCB: hue angle of 105.88º 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 #D3EDCB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB211237203-
CMYK0.1100.140.07
HSL105.88º48.57%86.27%-
HSV(B)105.88º14.35%92.94%-
XYZ67.9378.7368.12-
YUV225.35115.39117.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.41%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=32.41%
G=36.41%
B=31.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112372030.1100.140.07105.8848.5786.27
HexD3EDCBB0E76a3156
Octal32335531313016715261126
Binary11010011111011011100101110110111011111010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDCB; }

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

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

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

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

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

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

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

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