#D4EFCA

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

Shades of Snowy Mint #D4EFCA

Tints of Snowy Mint #D4EFCA

Color information

#D4EFCA (or 0xD4EFCA) is unknown color: approx Snowy Mint. HEX triplet: D4, EF and CA. RGB value is (212,239,202). Sum of RGB (Red+Green+Blue) = 212+239+202=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFCA is #2B1035. Grayscale: #E2E2E2. Windows color (decimal): -2822198 or 13299668. OLE color: 13299668.

HSL color Cylindrical-coordinate representation of color #D4EFCA: hue angle of 103.78º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4EFCA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB212239202-
CMYK0.1100.150.06
HSL103.78º53.62%86.47%-
HSV(B)103.78º15.48%93.73%-
XYZ68.6879.9967.7-
YUV226.71114.05117.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.47%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=32.47%
G=36.60%
B=30.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392020.1100.150.06103.7853.6286.47
HexD4EFCAB0F6683656
Octal32435731213017615066126
Binary11010100111011111100101010110111111011010001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFCA; }

 p { color: rgb(212,239,202); }

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

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

 a { background-color: rgb(212,239,202); }

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

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

 span { border-color: rgb(212,239,202); }

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