#D4EBCB

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

Shades of Snowy Mint #D4EBCB

Tints of Snowy Mint #D4EBCB

Color information

#D4EBCB (or 0xD4EBCB) is unknown color: approx Snowy Mint. HEX triplet: D4, EB and CB. RGB value is (212,235,203). Sum of RGB (Red+Green+Blue) = 212+235+203=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBCB is #2B1434. Grayscale: #E0E0E0. Windows color (decimal): -2823221 or 13364180. OLE color: 13364180.

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

Color convert

RGB212235203-
CMYK0.1000.140.08
HSL103.12º44.44%85.88%-
HSV(B)103.12º13.62%92.16%-
XYZ67.6477.7367.94-
YUV224.48115.88119.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.62%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=32.62%
G=36.15%
B=31.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352030.1000.140.08103.1244.4485.88
HexD4EBCBA0E8672c56
Octal324353313120161014754126
Binary110101001110101111001011101001110100011001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBCB; }

 p { color: rgb(212,235,203); }

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

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

 a { background-color: rgb(212,235,203); }

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

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

 span { border-color: rgb(212,235,203); }

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