#D3EFCA

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

Shades of Snowy Mint #D3EFCA

Tints of Snowy Mint #D3EFCA

Color information

#D3EFCA (or 0xD3EFCA) is unknown color: approx Snowy Mint. HEX triplet: D3, EF and CA. RGB value is (211,239,202). Sum of RGB (Red+Green+Blue) = 211+239+202=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFCA is #2C1035. Grayscale: #E2E2E2. Windows color (decimal): -2887734 or 13299667. OLE color: 13299667.

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

Color convert

RGB211239202-
CMYK0.1200.150.06
HSL105.41º53.62%86.47%-
HSV(B)105.41º15.48%93.73%-
XYZ68.3979.8567.68-
YUV226.41114.22117.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.36%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=32.36%
G=36.66%
B=30.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112392020.1200.150.06105.4153.6286.47
HexD3EFCAC0F6693656
Octal32335731214017615166126
Binary11010011111011111100101011000111111011010011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EFCA; }

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

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

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

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

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

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

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

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