#D8EFCA

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

Shades of Snowy Mint #D8EFCA

Tints of Snowy Mint #D8EFCA

Color information

#D8EFCA (or 0xD8EFCA) is unknown color: approx Snowy Mint. HEX triplet: D8, EF and CA. RGB value is (216,239,202). Sum of RGB (Red+Green+Blue) = 216+239+202=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFCA is #271035. Grayscale: #E4E4E4. Windows color (decimal): -2560054 or 13299672. OLE color: 13299672.

HSL color Cylindrical-coordinate representation of color #D8EFCA: hue angle of 97.3º 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 #D8EFCA is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB216239202-
CMYK0.1000.150.06
HSL97.3º53.62%86.47%-
HSV(B)97.3º15.48%93.73%-
XYZ69.8580.667.75-
YUV227.9113.38119.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=32.88%
G=36.38%
B=30.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162392020.1000.150.0697.353.6286.47
HexD8EFCAA0F6613656
Octal33035731212017614166126
Binary11011000111011111100101010100111111011000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFCA; }

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

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

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

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

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

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

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

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